Color Hex Logo

#795557 Color Hex

#795557
(121,85,87)
0 Favorites   0 Comments

Color spaces of #795557

RGB 1218587
HSL0.990.170.40
HSV357°30°47°
CMYK 0.000.300.28   0.53
XYZ12.854011.250110.5108
Yxy11.25010.37130.3250
Hunter Lab33.54129.70964.8991
CIE-Lab39.998615.27424.8029

#795557 color RGB value is (121,85,87).

#795557 hex color red value is 121, green value is 85 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #795557 hue: 0.99 , saturation: 0.17 and the lightness value of 795557 is 0.40.

The process color (four color CMYK) of #795557 color hex is 0.00, 0.30, 0.28, 0.53. Web safe color of #795557 is #666666. Color #795557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010101 01010111
Octal 171 125 127
Decimal 121 85 87
Hex 79 55 57

RGB Percentages of Color #795557

%41.30
%29.01
%29.69

CMYK Percentages of Color #795557

%0
%30
%28
%53

Triadic Colors of #795557

#795557 #577955 #555779

Analogous Colors of #795557

#795557 #796555 #795569

Monochromatic Colors of #795557

#795557

Complementary Color

#795557 #557977

#795557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795557 Color CSS Codes

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

#795557 Text Font Color

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

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


#795557 Background Color

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

This div background color is #795557


#795557 Border Color

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

This div border color is #795557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795557


Comments

No comments written yet.

Please login to write comment.