Color Hex Logo

#707655 Color Hex

#707655
(112,118,85)
0 Favorites   0 Comments

Color spaces of #707655

RGB 11211885
HSL0.200.160.40
HSV71°28°46°
CMYK 0.050.000.28   0.54
XYZ14.800217.057511.1067
Yxy17.05750.34450.3970
Hunter Lab41.3007-8.310412.9661
CIE-Lab48.3324-8.298517.4696

#707655 color RGB value is (112,118,85).

#707655 hex color red value is 112, green value is 118 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #707655 hue: 0.20 , saturation: 0.16 and the lightness value of 707655 is 0.40.

The process color (four color CMYK) of #707655 color hex is 0.05, 0.00, 0.28, 0.54. Web safe color of #707655 is #666666. Color #707655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 01010101
Octal 160 166 125
Decimal 112 118 85
Hex 70 76 55

RGB Percentages of Color #707655

%35.56
%37.46
%26.98

CMYK Percentages of Color #707655

%5
%0
%28
%54

Triadic Colors of #707655

#707655 #557076 #765570

Analogous Colors of #707655

#707655 #607655 #766c55

Monochromatic Colors of #707655

#707655

Complementary Color

#707655 #5b5576

#707655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707655 Color CSS Codes

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

#707655 Text Font Color

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

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


#707655 Background Color

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

This div background color is #707655


#707655 Border Color

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

This div border color is #707655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707655


Comments

No comments written yet.

Please login to write comment.