Color Hex Logo

#76676b Color Hex

#76676B
(118,103,107)
0 Favorites   0 Comments

Color spaces of #76676b

RGB 118103107
HSL0.960.070.43
HSV344°13°46°
CMYK 0.000.130.09   0.54
XYZ14.975314.613615.9413
Yxy14.61360.32890.3210
Hunter Lab38.22773.02692.0350
CIE-Lab45.10046.6894-0.0652

#76676b color RGB value is (118,103,107).

#76676b hex color red value is 118, green value is 103 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76676b hue: 0.96 , saturation: 0.07 and the lightness value of 76676b is 0.43.

The process color (four color CMYK) of #76676b color hex is 0.00, 0.13, 0.09, 0.54. Web safe color of #76676b is #666666. Color #76676b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 01101011
Octal 166 147 153
Decimal 118 103 107
Hex 76 67 6B

RGB Percentages of Color #76676b

%35.98
%31.40
%32.62

CMYK Percentages of Color #76676b

%0
%13
%9
%54

Triadic Colors of #76676b

#76676b #6b7667 #676b76

Analogous Colors of #76676b

#76676b #766b67 #766773

Monochromatic Colors of #76676b

#76676b

Complementary Color

#76676b #677672

#76676b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76676b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76676b Color CSS Codes

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

#76676b Text Font Color

<p style="color:#76676b">Text here</p>

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


#76676b Background Color

<div style="background-color:#76676b">
Div content here</div>

This div background color is #76676b


#76676b Border Color

<div style="border:3px solid #76676b">
Div here</div>

This div border color is #76676b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,103,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76676b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76676b;
  -webkit-box-shadow: 1px 1px 3px 2px #76676b;
  box-shadow:         1px 1px 3px 2px #76676b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,103,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 #76676b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76676b


Comments

No comments written yet.

Please login to write comment.