Color Hex Logo

#705766 Color Hex

#705766
(112,87,102)
0 Favorites   0 Comments

Color spaces of #705766

RGB 11287102
HSL0.900.130.39
HSV324°22°44°
CMYK 0.000.220.09   0.56
XYZ12.488611.220414.0779
Yxy11.22040.33050.2969
Hunter Lab33.49697.9304-1.4703
CIE-Lab39.949213.0315-4.6680

#705766 color RGB value is (112,87,102).

#705766 hex color red value is 112, green value is 87 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #705766 hue: 0.90 , saturation: 0.13 and the lightness value of 705766 is 0.39.

The process color (four color CMYK) of #705766 color hex is 0.00, 0.22, 0.09, 0.56. Web safe color of #705766 is #666666. Color #705766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 01100110
Octal 160 127 146
Decimal 112 87 102
Hex 70 57 66

RGB Percentages of Color #705766

%37.21
%28.90
%33.89

CMYK Percentages of Color #705766

%0
%22
%9
%56

Triadic Colors of #705766

#705766 #667057 #576670

Analogous Colors of #705766

#705766 #70575a #6e5770

Monochromatic Colors of #705766

#705766

Complementary Color

#705766 #577061

#705766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705766 Color CSS Codes

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

#705766 Text Font Color

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

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


#705766 Background Color

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

This div background color is #705766


#705766 Border Color

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

This div border color is #705766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705766


Comments

No comments written yet.

Please login to write comment.