Color Hex Logo

#797552 Color Hex

#797552
(121,117,82)
0 Favorites   0 Comments

Color spaces of #797552

RGB 12111782
HSL0.150.190.40
HSV54°32°47°
CMYK 0.000.030.32   0.53
XYZ15.769417.396710.5094
Yxy17.39670.36110.3983
Hunter Lab41.7094-5.504414.2574
CIE-Lab48.7560-4.376419.9061

#797552 color RGB value is (121,117,82).

#797552 hex color red value is 121, green value is 117 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #797552 hue: 0.15 , saturation: 0.19 and the lightness value of 797552 is 0.40.

The process color (four color CMYK) of #797552 color hex is 0.00, 0.03, 0.32, 0.53. Web safe color of #797552 is #666666. Color #797552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110101 01010010
Octal 171 165 122
Decimal 121 117 82
Hex 79 75 52

RGB Percentages of Color #797552

%37.81
%36.56
%25.63

CMYK Percentages of Color #797552

%0
%3
%32
%53

Triadic Colors of #797552

#797552 #527975 #755279

Analogous Colors of #797552

#797552 #6a7952 #796252

Monochromatic Colors of #797552

#797552

Complementary Color

#797552 #525679

#797552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797552 Color CSS Codes

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

#797552 Text Font Color

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

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


#797552 Background Color

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

This div background color is #797552


#797552 Border Color

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

This div border color is #797552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797552


Comments

No comments written yet.

Please login to write comment.