Color Hex Logo

#74876d Color Hex

#74876D
(116,135,109)
0 Favorites   0 Comments

Color spaces of #74876d

RGB 116135109
HSL0.290.110.48
HSV104°19°53°
CMYK 0.140.000.19   0.47
XYZ18.626722.145117.7607
Yxy22.14510.31820.3783
Hunter Lab47.0586-11.698710.5640
CIE-Lab54.1806-12.076411.7238

#74876d color RGB value is (116,135,109).

#74876d hex color red value is 116, green value is 135 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74876d hue: 0.29 , saturation: 0.11 and the lightness value of 74876d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 01101101
Octal 164 207 155
Decimal 116 135 109
Hex 74 87 6D

RGB Percentages of Color #74876d

%32.22
%37.50
%30.28

CMYK Percentages of Color #74876d

%14
%0
%19
%47

Triadic Colors of #74876d

#74876d #6d7487 #876d74

Analogous Colors of #74876d

#74876d #6d8773 #81876d

Monochromatic Colors of #74876d

#74876d

Complementary Color

#74876d #806d87

#74876d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74876d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74876d Color CSS Codes

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

#74876d Text Font Color

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

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


#74876d Background Color

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

This div background color is #74876d


#74876d Border Color

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

This div border color is #74876d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,135,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 #74876d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74876d


Comments

No comments written yet.

Please login to write comment.