Color Hex Logo

#76844f Color Hex

#76844F
(118,132,79)
0 Favorites   0 Comments

Color spaces of #76844f

RGB 11813279
HSL0.210.250.41
HSV76°40°52°
CMYK 0.110.000.40   0.48
XYZ17.133820.918610.5318
Yxy20.91860.35270.4306
Hunter Lab45.7369-13.170418.3631
CIE-Lab52.8603-14.361526.9173

#76844f color RGB value is (118,132,79).

#76844f hex color red value is 118, green value is 132 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #76844f hue: 0.21 , saturation: 0.25 and the lightness value of 76844f is 0.41.

The process color (four color CMYK) of #76844f color hex is 0.11, 0.00, 0.40, 0.48. Web safe color of #76844f is #669966. Color #76844f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 01001111
Octal 166 204 117
Decimal 118 132 79
Hex 76 84 4F

RGB Percentages of Color #76844f

%35.87
%40.12
%24.01

CMYK Percentages of Color #76844f

%11
%0
%40
%48

Triadic Colors of #76844f

#76844f #4f7684 #844f76

Analogous Colors of #76844f

#76844f #5c844f #84784f

Monochromatic Colors of #76844f

#76844f

Complementary Color

#76844f #5d4f84

#76844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76844f Color CSS Codes

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

#76844f Text Font Color

<p style="color:#76844f">Text here</p>

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


#76844f Background Color

<div style="background-color:#76844f">
Div content here</div>

This div background color is #76844f


#76844f Border Color

<div style="border:3px solid #76844f">
Div here</div>

This div border color is #76844f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,132,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76844f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76844f;
  -webkit-box-shadow: 1px 1px 3px 2px #76844f;
  box-shadow:         1px 1px 3px 2px #76844f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76844f


Comments

No comments written yet.

Please login to write comment.