Color Hex Logo

#78748e Color Hex

#78748E
(120,116,142)
0 Favorites   0 Comments

Color spaces of #78748e

RGB 120116142
HSL0.690.100.51
HSV249°18°56°
CMYK 0.150.180.00   0.44
XYZ18.873618.436828.1551
Yxy18.43680.28830.2816
Hunter Lab42.93813.3187-8.8206
CIE-Lab50.02177.1277-13.5870

#78748e color RGB value is (120,116,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 10001110
Octal 170 164 216
Decimal 120 116 142
Hex 78 74 8E

RGB Percentages of Color #78748e

%31.75
%30.69
%37.57

CMYK Percentages of Color #78748e

%15
%18
%0
%44

Triadic Colors of #78748e

#78748e #8e7874 #748e78

Analogous Colors of #78748e

#78748e #85748e #747d8e

Monochromatic Colors of #78748e

#78748e

Complementary Color

#78748e #8a8e74

#78748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78748e Color CSS Codes

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

#78748e Text Font Color

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

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


#78748e Background Color

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

This div background color is #78748e


#78748e Border Color

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

This div border color is #78748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78748e


Comments

No comments written yet.

Please login to write comment.