Color Hex Logo

#76945b Color Hex

#76945B
(118,148,91)
0 Favorites   0 Comments

Color spaces of #76945b

RGB 11814891
HSL0.250.240.47
HSV92°39°58°
CMYK 0.200.000.39   0.42
XYZ19.949425.786713.8234
Yxy25.78670.33490.4330
Hunter Lab50.7806-18.741519.4066
CIE-Lab57.8340-21.106026.7810

#76945b color RGB value is (118,148,91).

#76945b hex color red value is 118, green value is 148 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #76945b hue: 0.25 , saturation: 0.24 and the lightness value of 76945b is 0.47.

The process color (four color CMYK) of #76945b color hex is 0.20, 0.00, 0.39, 0.42. Web safe color of #76945b is #669966. Color #76945b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 01011011
Octal 166 224 133
Decimal 118 148 91
Hex 76 94 5B

RGB Percentages of Color #76945b

%33.05
%41.46
%25.49

CMYK Percentages of Color #76945b

%20
%0
%39
%42

Triadic Colors of #76945b

#76945b #5b7694 #945b76

Analogous Colors of #76945b

#76945b #5b945d #93945b

Monochromatic Colors of #76945b

#76945b

Complementary Color

#76945b #795b94

#76945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76945b Color CSS Codes

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

#76945b Text Font Color

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

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


#76945b Background Color

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

This div background color is #76945b


#76945b Border Color

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

This div border color is #76945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76945b


Comments

No comments written yet.

Please login to write comment.