Hex #7f7f7f Color
equivalent to
RGB
(127, 127, 127)Details of #7f7f7f
|
|
|
|
Color HEX #7f7f7f matches (127, 127, 127) in RGB.
#7f7f7f hex color red value is 127, green value is 127 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7f7f7f hue: 0.00, saturation: 0.00 and the lightness value of 7f7f7f is 0.50.
The process color (four color CMYK) of #7f7f7f color hex is 0.00, 0.00, 0.00, 0.50. Web safe color of #7f7f7f is #666666. Color #7f7f7f contains mainly RED color.
Base Numbers
|
|
|
|
#7f7f7f tints
#7f7f7f shades
RGB in % of #7f7f7f
CMYK in % of #7f7f7f
Preview Color #7f7f7f on black ground
Very nice color.
Preview Color #7f7f7f on white ground
Very nice color.
CSS Codes #7f7f7f color
.mybgcolor {background-color:#7f7f7f; } .myforecolor {color:#7f7f7f; } .mybordercolor {border:3px solid #7f7f7f; }
Text Font Color #7f7f7f
<p style="color:#7f7f7f">Text here</p>
This sample text font color is #7f7f7f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #7f7f7f
<div style="background-color:#7f7f7f">
Div content here</div>
This div background color is #7f7f7f
Border Color #7f7f7f
<div style="border:3px solid #7f7f7f">
Div here</div>
The color of this border is #7f7f7f
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7f7f7f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7f7f7f; -webkit-box-shadow: 1px 1px 3px 2px #7f7f7f; box-shadow: 1px 1px 3px 2px #7f7f7f; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #7f7f7f">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7f7f7f; -webkit-box-shadow: 1px 1px 3px 2px #7f7f7f; box-shadow: 1px 1px 3px 2px #7f7f7f;">
Div content here</div>
The shadow of div box using color #7f7f7f