Color Hex Logo

#70776c Color Hex

#70776C
(112,119,108)
0 Favorites   0 Comments

Color spaces of #70776c

RGB 112119108
HSL0.270.050.45
HSV98°47°
CMYK 0.060.000.09   0.53
XYZ15.985717.721116.7653
Yxy17.72110.31670.3511
Hunter Lab42.0964-5.88525.8547
CIE-Lab49.1561-4.85025.1416

#70776c color RGB value is (112,119,108).

#70776c hex color red value is 112, green value is 119 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #70776c hue: 0.27 , saturation: 0.05 and the lightness value of 70776c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 01101100
Octal 160 167 154
Decimal 112 119 108
Hex 70 77 6C

RGB Percentages of Color #70776c

%33.04
%35.10
%31.86

CMYK Percentages of Color #70776c

%6
%0
%9
%53

Triadic Colors of #70776c

#70776c #6c7077 #776c70

Analogous Colors of #70776c

#70776c #6c776e #76776c

Monochromatic Colors of #70776c

#70776c

Complementary Color

#70776c #736c77

#70776c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70776c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70776c Color CSS Codes

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

#70776c Text Font Color

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

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


#70776c Background Color

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

This div background color is #70776c


#70776c Border Color

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

This div border color is #70776c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70776c


Comments

No comments written yet.

Please login to write comment.