Color Hex Logo

#78585e Color Hex

#78585E
(120,88,94)
0 Favorites   0 Comments

Color spaces of #78585e

RGB 1208894
HSL0.970.150.41
HSV349°27°47°
CMYK 0.000.270.22   0.53
XYZ13.255811.780712.1649
Yxy11.78070.35630.3167
Hunter Lab34.32308.87273.0123
CIE-Lab40.865414.18441.7173

#78585e color RGB value is (120,88,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011000 01011110
Octal 170 130 136
Decimal 120 88 94
Hex 78 58 5E

RGB Percentages of Color #78585e

%39.74
%29.14
%31.13

CMYK Percentages of Color #78585e

%0
%27
%22
%53

Triadic Colors of #78585e

#78585e #5e7858 #585e78

Analogous Colors of #78585e

#78585e #786258 #78586e

Monochromatic Colors of #78585e

#78585e

Complementary Color

#78585e #587872

#78585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78585e Color CSS Codes

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

#78585e Text Font Color

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

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


#78585e Background Color

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

This div background color is #78585e


#78585e Border Color

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

This div border color is #78585e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,88,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78585e


Comments

No comments written yet.

Please login to write comment.