#79666A

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

Shades of Empress #79666A

Tints of Empress #79666A

Color information

#79666A (or 0x79666A) is unknown color: approx Empress. HEX triplet: 79, 66 and 6A. RGB value is (121,102,106). Sum of RGB (Red+Green+Blue) = 121+102+106=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #79666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79666A is #869995. Grayscale: #6C6C6C. Windows color (decimal): -8821142 or 6973049. OLE color: 6973049.

HSL color Cylindrical-coordinate representation of color #79666A: hue angle of 347.37º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79666A is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB121102106-
CMYK00.160.120.53
HSL347.37º8.52%43.73%-
HSV(B)347.37º15.7%47.45%-
XYZ15.2414.6115.65-
YUV108.14126.79137.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=36.78%
G=31.00%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110210600.160.120.53347.378.5243.73
Hex79666A010C3515b92c
Octal17114615202014655331154
Binary11110011100110110101001000011001101011010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79666A; }

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

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

<style>
 a { background-color: #79666A; }

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

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

<style>
 span { border-color: #79666A; }

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

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