Color Hex Logo

#709077 Color Hex

#709077
(112,144,119)
0 Favorites   0 Comments

Color spaces of #709077

RGB 112144119
HSL0.370.130.50
HSV133°22°56°
CMYK 0.220.000.17   0.44
XYZ19.985124.723221.1715
Yxy24.72320.30340.3753
Hunter Lab49.7224-15.26929.5604
CIE-Lab56.8047-16.49229.6582

#709077 color RGB value is (112,144,119).

#709077 hex color red value is 112, green value is 144 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #709077 hue: 0.37 , saturation: 0.13 and the lightness value of 709077 is 0.50.

The process color (four color CMYK) of #709077 color hex is 0.22, 0.00, 0.17, 0.44. Web safe color of #709077 is #669966. Color #709077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010000 01110111
Octal 160 220 167
Decimal 112 144 119
Hex 70 90 77

RGB Percentages of Color #709077

%29.87
%38.40
%31.73

CMYK Percentages of Color #709077

%22
%0
%17
%44

Triadic Colors of #709077

#709077 #777090 #907770

Analogous Colors of #709077

#709077 #709087 #799070

Monochromatic Colors of #709077

#709077

Complementary Color

#709077 #907089

#709077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709077 Color CSS Codes

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

#709077 Text Font Color

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

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


#709077 Background Color

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

This div background color is #709077


#709077 Border Color

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

This div border color is #709077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,144,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709077;
  -webkit-box-shadow: 1px 1px 3px 2px #709077;
  box-shadow:         1px 1px 3px 2px #709077; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,144,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709077


Comments

No comments written yet.

Please login to write comment.