Color Hex Logo

#79514e Color Hex

#79514E
(121,81,78)
0 Favorites   0 Comments

Color spaces of #79514e

RGB 1218178
HSL0.010.220.39
HSV36°47°
CMYK 0.000.330.36   0.53
XYZ12.202710.49998.5912
Yxy10.49990.38990.3355
Hunter Lab32.403510.51436.9628
CIE-Lab38.725116.35338.5719

#79514e color RGB value is (121,81,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 01001110
Octal 171 121 116
Decimal 121 81 78
Hex 79 51 4E

RGB Percentages of Color #79514e

%43.21
%28.93
%27.86

CMYK Percentages of Color #79514e

%0
%33
%36
%53

Triadic Colors of #79514e

#79514e #4e7951 #514e79

Analogous Colors of #79514e

#79514e #79674e #794e60

Monochromatic Colors of #79514e

#79514e

Complementary Color

#79514e #4e7679

#79514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79514e Color CSS Codes

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

#79514e Text Font Color

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

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


#79514e Background Color

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

This div background color is #79514e


#79514e Border Color

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

This div border color is #79514e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79514e


Comments

No comments written yet.

Please login to write comment.