Color Hex Logo

#707c6a Color Hex

#707C6A
(112,124,106)
0 Favorites   0 Comments

Color spaces of #707c6a

RGB 112124106
HSL0.280.080.45
HSV100°15°49°
CMYK 0.100.000.15   0.51
XYZ16.491318.900716.4147
Yxy18.90070.31830.3648
Hunter Lab43.4749-8.37098.0465
CIE-Lab50.5708-8.06878.3333

#707c6a color RGB value is (112,124,106).

#707c6a hex color red value is 112, green value is 124 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #707c6a hue: 0.28 , saturation: 0.08 and the lightness value of 707c6a is 0.45.

The process color (four color CMYK) of #707c6a color hex is 0.10, 0.00, 0.15, 0.51. Web safe color of #707c6a is #666666. Color #707c6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 01101010
Octal 160 174 152
Decimal 112 124 106
Hex 70 7C 6A

RGB Percentages of Color #707c6a

%32.75
%36.26
%30.99

CMYK Percentages of Color #707c6a

%10
%0
%15
%51

Triadic Colors of #707c6a

#707c6a #6a707c #7c6a70

Analogous Colors of #707c6a

#707c6a #6a7c6d #797c6a

Monochromatic Colors of #707c6a

#707c6a

Complementary Color

#707c6a #766a7c

#707c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#707c6a Color CSS Codes

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

#707c6a Text Font Color

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

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


#707c6a Background Color

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

This div background color is #707c6a


#707c6a Border Color

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

This div border color is #707c6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,124,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707c6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707c6a;
  -webkit-box-shadow: 1px 1px 3px 2px #707c6a;
  box-shadow:         1px 1px 3px 2px #707c6a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,124,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 #707c6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707c6a


Comments

No comments written yet.

Please login to write comment.