Color Hex Logo

#78556b Color Hex

#78556B
(120,85,107)
0 Favorites   0 Comments

Color spaces of #78556b

RGB 12085107
HSL0.900.170.40
HSV322°29°47°
CMYK 0.000.290.11   0.53
XYZ13.648111.551615.4203
Yxy11.55160.33600.2844
Hunter Lab33.987612.2002-3.1087
CIE-Lab40.494418.3168-6.8454

#78556b color RGB value is (120,85,107).

#78556b hex color red value is 120, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #78556b hue: 0.90 , saturation: 0.17 and the lightness value of 78556b is 0.40.

The process color (four color CMYK) of #78556b color hex is 0.00, 0.29, 0.11, 0.53. Web safe color of #78556b is #666666. Color #78556b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010101 01101011
Octal 170 125 153
Decimal 120 85 107
Hex 78 55 6B

RGB Percentages of Color #78556b

%38.46
%27.24
%34.29

CMYK Percentages of Color #78556b

%0
%29
%11
%53

Triadic Colors of #78556b

#78556b #6b7855 #556b78

Analogous Colors of #78556b

#78556b #78555a #745578

Monochromatic Colors of #78556b

#78556b

Complementary Color

#78556b #557862

#78556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78556b Color CSS Codes

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

#78556b Text Font Color

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

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


#78556b Background Color

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

This div background color is #78556b


#78556b Border Color

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

This div border color is #78556b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,85,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78556b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78556b;
  -webkit-box-shadow: 1px 1px 3px 2px #78556b;
  box-shadow:         1px 1px 3px 2px #78556b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78556b


Comments

No comments written yet.

Please login to write comment.