Color Hex Logo

#7f796b Color Hex

#7F796B
(127,121,107)
0 Favorites   0 Comments

Color spaces of #7f796b

RGB 127121107
HSL0.120.090.46
HSV42°16°50°
CMYK 0.000.050.16   0.50
XYZ18.243619.248316.6637
Yxy19.24830.33690.3554
Hunter Lab43.8729-2.55218.1916
CIE-Lab50.9764-0.27038.4972

#7f796b color RGB value is (127,121,107).

#7f796b hex color red value is 127, green value is 121 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7f796b hue: 0.12 , saturation: 0.09 and the lightness value of 7f796b is 0.46.

The process color (four color CMYK) of #7f796b color hex is 0.00, 0.05, 0.16, 0.50. Web safe color of #7f796b is #666666. Color #7f796b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01111001 01101011
Octal 177 171 153
Decimal 127 121 107
Hex 7F 79 6B

RGB Percentages of Color #7f796b

%35.77
%34.08
%30.14

CMYK Percentages of Color #7f796b

%0
%5
%16
%50

Triadic Colors of #7f796b

#7f796b #6b7f79 #796b7f

Analogous Colors of #7f796b

#7f796b #7b7f6b #7f6f6b

Monochromatic Colors of #7f796b

#7f796b

Complementary Color

#7f796b #6b717f

#7f796b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f796b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f796b Color CSS Codes

.mybgcolor {background-color:#7f796b; } 
.myforecolor {color:#7f796b; }
.mybordercolor {border:3px solid #7f796b; }

#7f796b Text Font Color

<p style="color:#7f796b">Text here</p>

This sample text font color is #7f796b
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.


#7f796b Background Color

<div style="background-color:#7f796b">
Div content here</div>

This div background color is #7f796b


#7f796b Border Color

<div style="border:3px solid #7f796b">
Div here</div>

This div border color is #7f796b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,121,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f796b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f796b;
  -webkit-box-shadow: 1px 1px 3px 2px #7f796b;
  box-shadow:         1px 1px 3px 2px #7f796b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,121,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7f796b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7f796b;
  -webkit-box-shadow: 1px 1px 3px 2px #7f796b;
  box-shadow:         1px 1px 3px 2px #7f796b;">
Div content here</div>

This div box has shadow with color #7f796b


Comments

No comments written yet.

Please login to write comment.