Color Hex Logo

#707772 Color Hex

#707772
(112,119,114)
0 Favorites   0 Comments

Color spaces of #707772

RGB 112119114
HSL0.380.030.45
HSV137°47°
CMYK 0.060.000.04   0.53
XYZ16.316217.853318.5057
Yxy17.85330.30980.3389
Hunter Lab42.2532-5.01473.6099
CIE-Lab49.3177-3.65781.8323

#707772 color RGB value is (112,119,114).

#707772 hex color red value is 112, green value is 119 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #707772 hue: 0.38 , saturation: 0.03 and the lightness value of 707772 is 0.45.

The process color (four color CMYK) of #707772 color hex is 0.06, 0.00, 0.04, 0.53. Web safe color of #707772 is #666666. Color #707772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 01110010
Octal 160 167 162
Decimal 112 119 114
Hex 70 77 72

RGB Percentages of Color #707772

%32.46
%34.49
%33.04

CMYK Percentages of Color #707772

%6
%0
%4
%53

Triadic Colors of #707772

#707772 #727077 #777270

Analogous Colors of #707772

#707772 #707776 #727770

Monochromatic Colors of #707772

#707772

Complementary Color

#707772 #777075

#707772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707772 Color CSS Codes

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

#707772 Text Font Color

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

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


#707772 Background Color

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

This div background color is #707772


#707772 Border Color

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

This div border color is #707772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707772


Comments

No comments written yet.

Please login to write comment.