Color Hex Logo

#795f5f Color Hex

#795F5F
(121,95,95)
0 Favorites   0 Comments

Color spaces of #795f5f

RGB 1219595
HSL0.000.120.42
HSV21°47°
CMYK 0.000.210.21   0.53
XYZ14.042913.075612.6102
Yxy13.07560.35350.3291
Hunter Lab36.16026.04064.6358
CIE-Lab42.876910.54794.0241

#795f5f color RGB value is (121,95,95).

#795f5f hex color red value is 121, green value is 95 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #795f5f hue: 0.00 , saturation: 0.12 and the lightness value of 795f5f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011111 01011111
Octal 171 137 137
Decimal 121 95 95
Hex 79 5F 5F

RGB Percentages of Color #795f5f

%38.91
%30.55
%30.55

CMYK Percentages of Color #795f5f

%0
%21
%21
%53

Triadic Colors of #795f5f

#795f5f #5f795f #5f5f79

Analogous Colors of #795f5f

#795f5f #796c5f #795f6c

Monochromatic Colors of #795f5f

#795f5f

Complementary Color

#795f5f #5f7979

#795f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#795f5f Color CSS Codes

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

#795f5f Text Font Color

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

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


#795f5f Background Color

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

This div background color is #795f5f


#795f5f Border Color

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

This div border color is #795f5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795f5f


Comments

No comments written yet.

Please login to write comment.