Color Hex Logo

#76884c Color Hex

#76884C
(118,136,76)
0 Favorites   0 Comments

Color spaces of #76884c

RGB 11813676
HSL0.220.280.42
HSV78°44°53°
CMYK 0.130.000.44   0.47
XYZ17.579921.981710.1538
Yxy21.98170.35360.4422
Hunter Lab46.8846-15.117619.9788
CIE-Lab54.0076-16.876430.0071

#76884c color RGB value is (118,136,76).

#76884c hex color red value is 118, green value is 136 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #76884c hue: 0.22 , saturation: 0.28 and the lightness value of 76884c is 0.42.

The process color (four color CMYK) of #76884c color hex is 0.13, 0.00, 0.44, 0.47. Web safe color of #76884c is #669933. Color #76884c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 01001100
Octal 166 210 114
Decimal 118 136 76
Hex 76 88 4C

RGB Percentages of Color #76884c

%35.76
%41.21
%23.03

CMYK Percentages of Color #76884c

%13
%0
%44
%47

Triadic Colors of #76884c

#76884c #4c7688 #884c76

Analogous Colors of #76884c

#76884c #58884c #887c4c

Monochromatic Colors of #76884c

#76884c

Complementary Color

#76884c #5e4c88

#76884c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76884c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76884c Color CSS Codes

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

#76884c Text Font Color

<p style="color:#76884c">Text here</p>

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


#76884c Background Color

<div style="background-color:#76884c">
Div content here</div>

This div background color is #76884c


#76884c Border Color

<div style="border:3px solid #76884c">
Div here</div>

This div border color is #76884c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76884c


Comments

No comments written yet.

Please login to write comment.