Color Hex Logo

#79535e Color Hex

#79535E
(121,83,94)
0 Favorites   0 Comments

Color spaces of #79535e

RGB 1218394
HSL0.950.190.40
HSV343°31°47°
CMYK 0.000.310.22   0.53
XYZ12.998811.059612.0393
Yxy11.05960.36010.3064
Hunter Lab33.256011.57251.8151
CIE-Lab39.680717.60450.0072

#79535e color RGB value is (121,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010011 01011110
Octal 171 123 136
Decimal 121 83 94
Hex 79 53 5E

RGB Percentages of Color #79535e

%40.60
%27.85
%31.54

CMYK Percentages of Color #79535e

%0
%31
%22
%53

Triadic Colors of #79535e

#79535e #5e7953 #535e79

Analogous Colors of #79535e

#79535e #795b53 #795371

Monochromatic Colors of #79535e

#79535e

Complementary Color

#79535e #53796e

#79535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79535e Color CSS Codes

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

#79535e Text Font Color

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

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


#79535e Background Color

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

This div background color is #79535e


#79535e Border Color

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

This div border color is #79535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79535e


Comments

No comments written yet.

Please login to write comment.