#80666B

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

Shades of Empress #80666B

Tints of Empress #80666B

Color information

#80666B (or 0x80666B) is unknown color: approx Empress. HEX triplet: 80, 66 and 6B. RGB value is (128,102,107). Sum of RGB (Red+Green+Blue) = 128+102+107=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666B is #7F9994. Grayscale: #6E6E6E. Windows color (decimal): -8362389 or 7038592. OLE color: 7038592.

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

Color convert

RGB128102107-
CMYK00.200.160.50
HSL348.46º11.3%45.1%-
HSV(B)348.46º20.31%50.2%-
XYZ16.3115.1515.98-
YUV110.34126.11140.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=37.98%
G=30.27%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810210700.200.160.50348.4611.345.1
Hex80666B014103215cb2d
Octal20014615302420625341355
Binary1000000011001101101011010100100001100101010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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