#80666E

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

Shades of Empress #80666E

Tints of Empress #80666E

Color information

#80666E (or 0x80666E) is unknown color: approx Empress. HEX triplet: 80, 66 and 6E. RGB value is (128,102,110). Sum of RGB (Red+Green+Blue) = 128+102+110=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666E is #7F9991. Grayscale: #6E6E6E. Windows color (decimal): -8362386 or 7235200. OLE color: 7235200.

HSL color Cylindrical-coordinate representation of color #80666E: hue angle of 341.54º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80666E is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB128102110-
CMYK00.200.140.50
HSL341.54º11.3%45.1%-
HSV(B)341.54º20.31%50.2%-
XYZ16.4715.2216.82-
YUV110.69127.61140.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=37.65%
G=30%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810211000.200.140.50341.5411.345.1
Hex80666E014E32156b2d
Octal20014615602416625261355
Binary100000001100110110111001010011101100101010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80666E; }

 p { color: rgb(128,102,110); }

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

<style>
 a { background-color: #80666E; }

 a { background-color: rgb(128,102,110); }

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

<style>
 span { border-color: #80666E; }

 span { border-color: rgb(128,102,110); }

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