#80666D

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

Shades of Empress #80666D

Tints of Empress #80666D

Color information

#80666D (or 0x80666D) is unknown color: approx Empress. HEX triplet: 80, 66 and 6D. RGB value is (128,102,109). Sum of RGB (Red+Green+Blue) = 128+102+109=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666D is #7F9992. Grayscale: #6E6E6E. Windows color (decimal): -8362387 or 7169664. OLE color: 7169664.

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

Color convert

RGB128102109-
CMYK00.200.150.50
HSL343.85º11.3%45.1%-
HSV(B)343.85º20.31%50.2%-
XYZ16.4115.216.54-
YUV110.57127.11140.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=37.76%
G=30.09%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810210900.200.150.50343.8511.345.1
Hex80666D014F32158b2d
Octal20014615502417625301355
Binary100000001100110110110101010011111100101010110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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