#80656D

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

Shades of Empress #80656D

Tints of Empress #80656D

Color information

#80656D (or 0x80656D) is unknown color: approx Empress. HEX triplet: 80, 65 and 6D. RGB value is (128,101,109). Sum of RGB (Red+Green+Blue) = 128+101+109=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80656D is #7F9A92. Grayscale: #6D6D6D. Windows color (decimal): -8362643 or 7169408. OLE color: 7169408.

HSL color Cylindrical-coordinate representation of color #80656D: hue angle of 342.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80656D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB128101109-
CMYK00.210.150.50
HSL342.22º11.79%44.9%-
HSV(B)342.22º21.09%50.2%-
XYZ16.321516.5-
YUV109.98127.45140.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=37.87%
G=29.88%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810110900.210.150.50342.2211.7944.9
Hex80656D015F32156c2d
Octal20014515502517625261455
Binary100000001100101110110101010111111100101010101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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