Color Hex Logo

#76866d Color Hex

#76866D
(118,134,109)
0 Favorites   0 Comments

Color spaces of #76866d

RGB 118134109
HSL0.270.100.48
HSV98°19°53°
CMYK 0.120.000.19   0.47
XYZ18.756622.005917.7270
Yxy22.00590.32070.3762
Hunter Lab46.9104-10.722110.4322
CIE-Lab54.0333-10.767711.5389

#76866d color RGB value is (118,134,109).

#76866d hex color red value is 118, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #76866d hue: 0.27 , saturation: 0.10 and the lightness value of 76866d is 0.48.

The process color (four color CMYK) of #76866d color hex is 0.12, 0.00, 0.19, 0.47. Web safe color of #76866d is #669966. Color #76866d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 01101101
Octal 166 206 155
Decimal 118 134 109
Hex 76 86 6D

RGB Percentages of Color #76866d

%32.69
%37.12
%30.19

CMYK Percentages of Color #76866d

%12
%0
%19
%47

Triadic Colors of #76866d

#76866d #6d7686 #866d76

Analogous Colors of #76866d

#76866d #6d8671 #83866d

Monochromatic Colors of #76866d

#76866d

Complementary Color

#76866d #7d6d86

#76866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76866d Color CSS Codes

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

#76866d Text Font Color

<p style="color:#76866d">Text here</p>

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


#76866d Background Color

<div style="background-color:#76866d">
Div content here</div>

This div background color is #76866d


#76866d Border Color

<div style="border:3px solid #76866d">
Div here</div>

This div border color is #76866d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,134,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76866d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76866d;
  -webkit-box-shadow: 1px 1px 3px 2px #76866d;
  box-shadow:         1px 1px 3px 2px #76866d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76866d


Comments

No comments written yet.

Please login to write comment.