Color Hex Logo

#78758e Color Hex

#78758E
(120,117,142)
0 Favorites   0 Comments

Color spaces of #78758e

RGB 120117142
HSL0.690.100.51
HSV247°18°56°
CMYK 0.150.180.00   0.44
XYZ18.989518.668628.1937
Yxy18.66860.28840.2835
Hunter Lab43.20722.8380-8.4431
CIE-Lab50.29726.5359-13.1701

#78758e color RGB value is (120,117,142).

#78758e hex color red value is 120, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #78758e hue: 0.69 , saturation: 0.10 and the lightness value of 78758e is 0.51.

The process color (four color CMYK) of #78758e color hex is 0.15, 0.18, 0.00, 0.44. Web safe color of #78758e is #666699. Color #78758e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 10001110
Octal 170 165 216
Decimal 120 117 142
Hex 78 75 8E

RGB Percentages of Color #78758e

%31.66
%30.87
%37.47

CMYK Percentages of Color #78758e

%15
%18
%0
%44

Triadic Colors of #78758e

#78758e #8e7875 #758e78

Analogous Colors of #78758e

#78758e #85758e #757f8e

Monochromatic Colors of #78758e

#78758e

Complementary Color

#78758e #8b8e75

#78758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78758e Color CSS Codes

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

#78758e Text Font Color

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

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


#78758e Background Color

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

This div background color is #78758e


#78758e Border Color

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

This div border color is #78758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78758e


Comments

No comments written yet.

Please login to write comment.