#796A6B

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

Shades of Empress #796A6B

Tints of Empress #796A6B

Color information

#796A6B (or 0x796A6B) is unknown color: approx Empress. HEX triplet: 79, 6A and 6B. RGB value is (121,106,107). Sum of RGB (Red+Green+Blue) = 121+106+107=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A6B is #869594. Grayscale: #6E6E6E. Windows color (decimal): -8820117 or 7039609. OLE color: 7039609.

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

Color convert

RGB121106107-
CMYK00.120.120.53
HSL356º6.61%44.51%-
HSV(B)356º12.4%47.45%-
XYZ15.6915.4316.06-
YUV110.6125.97135.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=36.23%
G=31.74%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110610700.120.120.533566.6144.51
Hex796A6B0CC3516472d
Octal1711521530141465544755
Binary111100111010101101011011001100110101101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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