Color Hex Logo

#79515e Color Hex

#79515E
(121,81,94)
0 Favorites   0 Comments

Color spaces of #79515e

RGB 1218194
HSL0.950.200.40
HSV341°33°47°
CMYK 0.000.330.22   0.53
XYZ12.848010.758011.9890
Yxy10.75800.36090.3022
Hunter Lab32.799412.52211.2876
CIE-Lab39.169918.8062-0.7396

#79515e color RGB value is (121,81,94).

#79515e hex color red value is 121, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #79515e hue: 0.95 , saturation: 0.20 and the lightness value of 79515e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 01011110
Octal 171 121 136
Decimal 121 81 94
Hex 79 51 5E

RGB Percentages of Color #79515e

%40.88
%27.36
%31.76

CMYK Percentages of Color #79515e

%0
%33
%22
%53

Triadic Colors of #79515e

#79515e #5e7951 #515e79

Analogous Colors of #79515e

#79515e #795851 #795172

Monochromatic Colors of #79515e

#79515e

Complementary Color

#79515e #51796c

#79515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79515e Color CSS Codes

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

#79515e Text Font Color

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

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


#79515e Background Color

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

This div background color is #79515e


#79515e Border Color

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

This div border color is #79515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79515e


Comments

No comments written yet.

Please login to write comment.