Color Hex Logo

#76873f Color Hex

#76873F
(118,135,63)
0 Favorites   0 Comments

Color spaces of #76873f

RGB 11813563
HSL0.210.360.39
HSV74°53°53°
CMYK 0.130.000.53   0.47
XYZ17.032421.53847.9622
Yxy21.53840.36600.4629
Hunter Lab46.4095-15.706622.3146
CIE-Lab53.5338-17.822736.2509

#76873f color RGB value is (118,135,63).

#76873f hex color red value is 118, green value is 135 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #76873f hue: 0.21 , saturation: 0.36 and the lightness value of 76873f is 0.39.

The process color (four color CMYK) of #76873f color hex is 0.13, 0.00, 0.53, 0.47. Web safe color of #76873f is #669933. Color #76873f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 00111111
Octal 166 207 77
Decimal 118 135 63
Hex 76 87 3F

RGB Percentages of Color #76873f

%37.34
%42.72
%19.94

CMYK Percentages of Color #76873f

%13
%0
%53
%47

Triadic Colors of #76873f

#76873f #3f7687 #873f76

Analogous Colors of #76873f

#76873f #52873f #87743f

Monochromatic Colors of #76873f

#76873f

Complementary Color

#76873f #503f87

#76873f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76873f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76873f Color CSS Codes

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

#76873f Text Font Color

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

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


#76873f Background Color

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

This div background color is #76873f


#76873f Border Color

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

This div border color is #76873f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76873f


Comments

No comments written yet.

Please login to write comment.