Color Hex Logo

#796060 Color Hex

#796060
(121,96,96)
0 Favorites   0 Comments

Color spaces of #796060

RGB 1219696
HSL0.000.120.43
HSV21°47°
CMYK 0.000.210.21   0.53
XYZ14.179313.275212.8814
Yxy13.27520.35150.3291
Hunter Lab36.43515.70454.5430
CIE-Lab43.175010.11613.8441

#796060 color RGB value is (121,96,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100000 01100000
Octal 171 140 140
Decimal 121 96 96
Hex 79 60 60

RGB Percentages of Color #796060

%38.66
%30.67
%30.67

CMYK Percentages of Color #796060

%0
%21
%21
%53

Triadic Colors of #796060

#796060 #607960 #606079

Analogous Colors of #796060

#796060 #796d60 #79606d

Monochromatic Colors of #796060

#796060

Complementary Color

#796060 #607979

#796060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796060 Color CSS Codes

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

#796060 Text Font Color

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

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


#796060 Background Color

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

This div background color is #796060


#796060 Border Color

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

This div border color is #796060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796060


Comments

No comments written yet.

Please login to write comment.