Color Hex Logo

#76756b Color Hex

#76756B
(118,117,107)
0 Favorites   0 Comments

Color spaces of #76756b

RGB 118117107
HSL0.150.050.44
HSV55°46°
CMYK 0.000.010.09   0.54
XYZ16.486317.635716.4450
Yxy17.63570.32600.3488
Hunter Lab41.9949-3.41576.1787
CIE-Lab49.0512-1.54695.6479

#76756b color RGB value is (118,117,107).

#76756b hex color red value is 118, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76756b hue: 0.15 , saturation: 0.05 and the lightness value of 76756b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 01101011
Octal 166 165 153
Decimal 118 117 107
Hex 76 75 6B

RGB Percentages of Color #76756b

%34.50
%34.21
%31.29

CMYK Percentages of Color #76756b

%0
%1
%9
%54

Triadic Colors of #76756b

#76756b #6b7675 #756b76

Analogous Colors of #76756b

#76756b #72766b #76706b

Monochromatic Colors of #76756b

#76756b

Complementary Color

#76756b #6b6c76

#76756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76756b Color CSS Codes

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

#76756b Text Font Color

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

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


#76756b Background Color

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

This div background color is #76756b


#76756b Border Color

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

This div border color is #76756b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76756b


Comments

No comments written yet.

Please login to write comment.