Color Hex Logo

#796063 Color Hex

#796063
(121,96,99)
0 Favorites   0 Comments

Color spaces of #796063

RGB 1219699
HSL0.980.120.43
HSV353°21°47°
CMYK 0.000.210.18   0.53
XYZ14.320213.331513.6229
Yxy13.33150.34690.3230
Hunter Lab36.51236.11143.4373
CIE-Lab43.258510.63152.1392

#796063 color RGB value is (121,96,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100000 01100011
Octal 171 140 143
Decimal 121 96 99
Hex 79 60 63

RGB Percentages of Color #796063

%38.29
%30.38
%31.33

CMYK Percentages of Color #796063

%0
%21
%18
%53

Triadic Colors of #796063

#796063 #637960 #606379

Analogous Colors of #796063

#796063 #796a60 #796070

Monochromatic Colors of #796063

#796063

Complementary Color

#796063 #607976

#796063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796063 Color CSS Codes

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

#796063 Text Font Color

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

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


#796063 Background Color

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

This div background color is #796063


#796063 Border Color

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

This div border color is #796063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796063


Comments

No comments written yet.

Please login to write comment.