#796C71

Color #796C71 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #796C71

Tints of Empress #796C71

Color information

#796C71 (or 0x796C71) is unknown color: approx Empress. HEX triplet: 79, 6C and 71. RGB value is (121,108,113). Sum of RGB (Red+Green+Blue) = 121+108+113=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C71 is #86938E. Grayscale: #707070. Windows color (decimal): -8819599 or 7433337. OLE color: 7433337.

HSL color Cylindrical-coordinate representation of color #796C71: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796C71 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB121108113-
CMYK00.110.070.53
HSL336.92º5.68%44.9%-
HSV(B)336.92º10.74%47.45%-
XYZ16.2315.9817.85-
YUV112.46128.31134.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=35.38%
G=31.58%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110811300.110.070.53336.925.6844.9
Hex796C710B73515162d
Octal171154161013765521655
Binary11110011101100111000101011111110101101010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796C71; }

 p { color: rgb(121,108,113); }

 H1.HeaderClassName
 {
   color: #796C71;
 }
 .AnyTagClassName
 {
   color: #796C71;
 }
</style>
background-color css

<style>
 a { background-color: #796C71; }

 a { background-color: rgb(121,108,113); }

 div.DivClassName
 {
   background-color: #796C71;
 }
 .BgClassName
 {
   background-color: #796C71;
 }
</style>
border-color css

<style>
 span { border-color: #796C71; }

 span { border-color: rgb(121,108,113); }

 td.TdClassName
 {
   border-color: #796C71;
 }
 .TagClassName
 {
   border-color: #796C71;
 }
</style>