Color Hex Logo

#78394f Color Hex

#78394F
(120,57,79)
0 Favorites   0 Comments

Color spaces of #78394f

RGB 1205779
HSL0.940.360.35
HSV339°53°47°
CMYK 0.000.530.34   0.53
XYZ10.62017.48388.2819
Yxy7.48380.40250.2836
Hunter Lab27.356521.42171.2002
CIE-Lab32.883830.1179-0.4571

#78394f color RGB value is (120,57,79).

#78394f hex color red value is 120, green value is 57 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #78394f hue: 0.94 , saturation: 0.36 and the lightness value of 78394f is 0.35.

The process color (four color CMYK) of #78394f color hex is 0.00, 0.53, 0.34, 0.53. Web safe color of #78394f is #663366. Color #78394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111001 01001111
Octal 170 71 117
Decimal 120 57 79
Hex 78 39 4F

RGB Percentages of Color #78394f

%46.88
%22.27
%30.86

CMYK Percentages of Color #78394f

%0
%53
%34
%53

Triadic Colors of #78394f

#78394f #4f7839 #394f78

Analogous Colors of #78394f

#78394f #784339 #78396f

Monochromatic Colors of #78394f

#78394f

Complementary Color

#78394f #397862

#78394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78394f Color CSS Codes

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

#78394f Text Font Color

<p style="color:#78394f">Text here</p>

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


#78394f Background Color

<div style="background-color:#78394f">
Div content here</div>

This div background color is #78394f


#78394f Border Color

<div style="border:3px solid #78394f">
Div here</div>

This div border color is #78394f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,57,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78394f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78394f;
  -webkit-box-shadow: 1px 1px 3px 2px #78394f;
  box-shadow:         1px 1px 3px 2px #78394f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78394f


Comments

No comments written yet.

Please login to write comment.