Color Hex Logo

#78404c Color Hex

#78404C
(120,64,76)
0 Favorites   0 Comments

Color spaces of #78404c

RGB 1206476
HSL0.960.300.36
HSV347°47°47°
CMYK 0.000.470.37   0.53
XYZ10.88368.18177.8431
Yxy8.18170.40450.3041
Hunter Lab28.603717.86223.7653
CIE-Lab34.358525.73733.6091

#78404c color RGB value is (120,64,76).

#78404c hex color red value is 120, green value is 64 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #78404c hue: 0.96 , saturation: 0.30 and the lightness value of 78404c is 0.36.

The process color (four color CMYK) of #78404c color hex is 0.00, 0.47, 0.37, 0.53. Web safe color of #78404c is #663333. Color #78404c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 01001100
Octal 170 100 114
Decimal 120 64 76
Hex 78 40 4C

RGB Percentages of Color #78404c

%46.15
%24.62
%29.23

CMYK Percentages of Color #78404c

%0
%47
%37
%53

Triadic Colors of #78404c

#78404c #4c7840 #404c78

Analogous Colors of #78404c

#78404c #785040 #784068

Monochromatic Colors of #78404c

#78404c

Complementary Color

#78404c #40786c

#78404c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78404c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78404c Color CSS Codes

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

#78404c Text Font Color

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

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


#78404c Background Color

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

This div background color is #78404c


#78404c Border Color

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

This div border color is #78404c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,64,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78404c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78404c;
  -webkit-box-shadow: 1px 1px 3px 2px #78404c;
  box-shadow:         1px 1px 3px 2px #78404c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78404c


Comments

No comments written yet.

Please login to write comment.