Color Hex Logo

#795d71 Color Hex

#795D71
(121,93,113)
0 Favorites   0 Comments

Color spaces of #795d71

RGB 12193113
HSL0.880.130.42
HSV317°23°47°
CMYK 0.000.230.07   0.53
XYZ14.780113.085917.3696
Yxy13.08590.32670.2893
Hunter Lab36.17449.6260-3.1467
CIE-Lab42.892415.0280-6.9306

#795d71 color RGB value is (121,93,113).

#795d71 hex color red value is 121, green value is 93 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #795d71 hue: 0.88 , saturation: 0.13 and the lightness value of 795d71 is 0.42.

The process color (four color CMYK) of #795d71 color hex is 0.00, 0.23, 0.07, 0.53. Web safe color of #795d71 is #666666. Color #795d71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011101 01110001
Octal 171 135 161
Decimal 121 93 113
Hex 79 5D 71

RGB Percentages of Color #795d71

%37.00
%28.44
%34.56

CMYK Percentages of Color #795d71

%0
%23
%7
%53

Triadic Colors of #795d71

#795d71 #71795d #5d7179

Analogous Colors of #795d71

#795d71 #795d63 #735d79

Monochromatic Colors of #795d71

#795d71

Complementary Color

#795d71 #5d7965

#795d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795d71 Color CSS Codes

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

#795d71 Text Font Color

<p style="color:#795d71">Text here</p>

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


#795d71 Background Color

<div style="background-color:#795d71">
Div content here</div>

This div background color is #795d71


#795d71 Border Color

<div style="border:3px solid #795d71">
Div here</div>

This div border color is #795d71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,93,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795d71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795d71;
  -webkit-box-shadow: 1px 1px 3px 2px #795d71;
  box-shadow:         1px 1px 3px 2px #795d71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795d71


Comments

No comments written yet.

Please login to write comment.