Color Hex Logo

#785866 Color Hex

#785866
(120,88,102)
0 Favorites   0 Comments

Color spaces of #785866

RGB 12088102
HSL0.930.150.41
HSV334°27°47°
CMYK 0.000.270.15   0.53
XYZ13.633711.931814.1549
Yxy11.93180.34320.3004
Hunter Lab34.542410.0036-0.1163
CIE-Lab41.107515.5819-2.8550

#785866 color RGB value is (120,88,102).

#785866 hex color red value is 120, green value is 88 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #785866 hue: 0.93 , saturation: 0.15 and the lightness value of 785866 is 0.41.

The process color (four color CMYK) of #785866 color hex is 0.00, 0.27, 0.15, 0.53. Web safe color of #785866 is #666666. Color #785866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011000 01100110
Octal 170 130 146
Decimal 120 88 102
Hex 78 58 66

RGB Percentages of Color #785866

%38.71
%28.39
%32.90

CMYK Percentages of Color #785866

%0
%27
%15
%53

Triadic Colors of #785866

#785866 #667858 #586678

Analogous Colors of #785866

#785866 #785a58 #785876

Monochromatic Colors of #785866

#785866

Complementary Color

#785866 #58786a

#785866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785866 Color CSS Codes

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

#785866 Text Font Color

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

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


#785866 Background Color

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

This div background color is #785866


#785866 Border Color

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

This div border color is #785866


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,88,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 #785866">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785866


Comments

No comments written yet.

Please login to write comment.