Color Hex Logo

#78514e Color Hex

#78514E
(120,81,78)
0 Favorites   0 Comments

Color spaces of #78514e

RGB 1208178
HSL0.010.210.39
HSV35°47°
CMYK 0.000.330.35   0.53
XYZ12.063310.42808.5847
Yxy10.42800.38820.3356
Hunter Lab32.292410.16956.8429
CIE-Lab38.599915.92888.3777

#78514e color RGB value is (120,81,78).

#78514e hex color red value is 120, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #78514e hue: 0.01 , saturation: 0.21 and the lightness value of 78514e is 0.39.

The process color (four color CMYK) of #78514e color hex is 0.00, 0.33, 0.35, 0.53. Web safe color of #78514e is #666666. Color #78514e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 01001110
Octal 170 121 116
Decimal 120 81 78
Hex 78 51 4E

RGB Percentages of Color #78514e

%43.01
%29.03
%27.96

CMYK Percentages of Color #78514e

%0
%33
%35
%53

Triadic Colors of #78514e

#78514e #4e7851 #514e78

Analogous Colors of #78514e

#78514e #78664e #784e60

Monochromatic Colors of #78514e

#78514e

Complementary Color

#78514e #4e7578

#78514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78514e Color CSS Codes

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

#78514e Text Font Color

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

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


#78514e Background Color

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

This div background color is #78514e


#78514e Border Color

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

This div border color is #78514e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78514e


Comments

No comments written yet.

Please login to write comment.