#796B6C

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

Shades of Empress #796B6C

Tints of Empress #796B6C

Color information

#796B6C (or 0x796B6C) is unknown color: approx Empress. HEX triplet: 79, 6B and 6C. RGB value is (121,107,108). Sum of RGB (Red+Green+Blue) = 121+107+108=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #796B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B6C is #869493. Grayscale: #6F6F6F. Windows color (decimal): -8819860 or 7105401. OLE color: 7105401.

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

Color convert

RGB121107108-
CMYK00.120.110.53
HSL355.71º6.14%44.71%-
HSV(B)355.71º11.57%47.45%-
XYZ15.8515.6616.38-
YUV111.3126.14134.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=36.01%
G=31.85%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110710800.120.110.53355.716.1444.71
Hex796B6C0CB3516462d
Octal1711531540141365544655
Binary111100111010111101100011001011110101101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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