#80666F

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

Shades of Empress #80666F

Tints of Empress #80666F

Color information

#80666F (or 0x80666F) is unknown color: approx Empress. HEX triplet: 80, 66 and 6F. RGB value is (128,102,111). Sum of RGB (Red+Green+Blue) = 128+102+111=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666F is #7F9990. Grayscale: #6E6E6E. Windows color (decimal): -8362385 or 7300736. OLE color: 7300736.

HSL color Cylindrical-coordinate representation of color #80666F: hue angle of 339.23º 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 #80666F is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128102111-
CMYK00.200.130.50
HSL339.23º11.3%45.1%-
HSV(B)339.23º20.31%50.2%-
XYZ16.5215.2417.11-
YUV110.8128.11140.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=37.54%
G=29.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810211100.200.130.50339.2311.345.1
Hex80666F014D32153b2d
Octal20014615702415625231355
Binary100000001100110110111101010011011100101010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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