Color Hex Logo

#79565e Color Hex

#79565E
(121,86,94)
0 Favorites   0 Comments

Color spaces of #79565e

RGB 1218694
HSL0.960.170.41
HSV346°29°47°
CMYK 0.000.290.22   0.53
XYZ13.233311.528712.1175
Yxy11.52870.35880.3126
Hunter Lab33.953910.14972.6083
CIE-Lab40.457015.79791.1384

#79565e color RGB value is (121,86,94).

#79565e hex color red value is 121, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #79565e hue: 0.96 , saturation: 0.17 and the lightness value of 79565e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 01011110
Octal 171 126 136
Decimal 121 86 94
Hex 79 56 5E

RGB Percentages of Color #79565e

%40.20
%28.57
%31.23

CMYK Percentages of Color #79565e

%0
%29
%22
%53

Triadic Colors of #79565e

#79565e #5e7956 #565e79

Analogous Colors of #79565e

#79565e #796056 #795670

Monochromatic Colors of #79565e

#79565e

Complementary Color

#79565e #567971

#79565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79565e Color CSS Codes

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

#79565e Text Font Color

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

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


#79565e Background Color

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

This div background color is #79565e


#79565e Border Color

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

This div border color is #79565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79565e


Comments

No comments written yet.

Please login to write comment.