Color Hex Logo

#76886a Color Hex

#76886A
(118,136,106)
0 Favorites   0 Comments

Color spaces of #76886a

RGB 118136106
HSL0.270.120.47
HSV96°22°53°
CMYK 0.130.000.22   0.47
XYZ18.876922.500516.9838
Yxy22.50050.32340.3855
Hunter Lab47.4347-11.975611.9757
CIE-Lab54.5541-12.391513.9848

#76886a color RGB value is (118,136,106).

#76886a hex color red value is 118, green value is 136 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #76886a hue: 0.27 , saturation: 0.12 and the lightness value of 76886a is 0.47.

The process color (four color CMYK) of #76886a color hex is 0.13, 0.00, 0.22, 0.47. Web safe color of #76886a is #669966. Color #76886a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 01101010
Octal 166 210 152
Decimal 118 136 106
Hex 76 88 6A

RGB Percentages of Color #76886a

%32.78
%37.78
%29.44

CMYK Percentages of Color #76886a

%13
%0
%22
%47

Triadic Colors of #76886a

#76886a #6a7688 #886a76

Analogous Colors of #76886a

#76886a #6a886d #85886a

Monochromatic Colors of #76886a

#76886a

Complementary Color

#76886a #7c6a88

#76886a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76886a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76886a Color CSS Codes

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

#76886a Text Font Color

<p style="color:#76886a">Text here</p>

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


#76886a Background Color

<div style="background-color:#76886a">
Div content here</div>

This div background color is #76886a


#76886a Border Color

<div style="border:3px solid #76886a">
Div here</div>

This div border color is #76886a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,136,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76886a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76886a;
  -webkit-box-shadow: 1px 1px 3px 2px #76886a;
  box-shadow:         1px 1px 3px 2px #76886a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,136,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76886a

#76886a Color Palettes


Comments

No comments written yet.

Please login to write comment.