Color Hex Logo

#74896a Color Hex

#74896A
(116,137,106)
0 Favorites   0 Comments

Color spaces of #74896a

RGB 116137106
HSL0.280.130.48
HSV101°23°54°
CMYK 0.150.000.23   0.46
XYZ18.749622.644917.0184
Yxy22.64490.32100.3877
Hunter Lab47.5867-12.945912.1068
CIE-Lab54.7047-13.697914.1714

#74896a color RGB value is (116,137,106).

#74896a hex color red value is 116, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74896a hue: 0.28 , saturation: 0.13 and the lightness value of 74896a is 0.48.

The process color (four color CMYK) of #74896a color hex is 0.15, 0.00, 0.23, 0.46. Web safe color of #74896a is #669966. Color #74896a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 01101010
Octal 164 211 152
Decimal 116 137 106
Hex 74 89 6A

RGB Percentages of Color #74896a

%32.31
%38.16
%29.53

CMYK Percentages of Color #74896a

%15
%0
%23
%46

Triadic Colors of #74896a

#74896a #6a7489 #896a74

Analogous Colors of #74896a

#74896a #6a8970 #84896a

Monochromatic Colors of #74896a

#74896a

Complementary Color

#74896a #7f6a89

#74896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74896a Color CSS Codes

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

#74896a Text Font Color

<p style="color:#74896a">Text here</p>

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


#74896a Background Color

<div style="background-color:#74896a">
Div content here</div>

This div background color is #74896a


#74896a Border Color

<div style="border:3px solid #74896a">
Div here</div>

This div border color is #74896a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,137,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74896a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74896a;
  -webkit-box-shadow: 1px 1px 3px 2px #74896a;
  box-shadow:         1px 1px 3px 2px #74896a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,137,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74896a


Comments

No comments written yet.

Please login to write comment.