#79666B

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

Shades of Empress #79666B

Tints of Empress #79666B

Color information

#79666B (or 0x79666B) is unknown color: approx Empress. HEX triplet: 79, 66 and 6B. RGB value is (121,102,107). Sum of RGB (Red+Green+Blue) = 121+102+107=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #79666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79666B is #869994. Grayscale: #6C6C6C. Windows color (decimal): -8821141 or 7038585. OLE color: 7038585.

HSL color Cylindrical-coordinate representation of color #79666B: hue angle of 344.21º 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 #79666B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB121102107-
CMYK00.160.120.53
HSL344.21º8.52%43.73%-
HSV(B)344.21º15.7%47.45%-
XYZ15.2914.6315.93-
YUV108.25127.29137.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=36.67%
G=30.91%
B=32.42%

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
Decimal12110210700.160.120.53344.218.5243.73
Hex79666B010C3515892c
Octal17114615302014655301154
Binary11110011100110110101101000011001101011010110001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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