#796C70

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

Shades of Empress #796C70

Tints of Empress #796C70

Color information

#796C70 (or 0x796C70) is unknown color: approx Empress. HEX triplet: 79, 6C and 70. RGB value is (121,108,112). Sum of RGB (Red+Green+Blue) = 121+108+112=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C70 is #86938F. Grayscale: #707070. Windows color (decimal): -8819600 or 7367801. OLE color: 7367801.

HSL color Cylindrical-coordinate representation of color #796C70: hue angle of 341.54º 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 #796C70 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB121108112-
CMYK00.110.070.53
HSL341.54º5.68%44.9%-
HSV(B)341.54º10.74%47.45%-
XYZ16.1715.9617.56-
YUV112.34127.81134.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=35.48%
G=31.67%
B=32.84%

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
Decimal12110811200.110.070.53341.545.6844.9
Hex796C700B73515662d
Octal171154160013765526655
Binary11110011101100111000001011111110101101010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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