#80686C

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

Shades of Empress #80686C

Tints of Empress #80686C

Color information

#80686C (or 0x80686C) is unknown color: approx Empress. HEX triplet: 80, 68 and 6C. RGB value is (128,104,108). Sum of RGB (Red+Green+Blue) = 128+104+108=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80686C is #7F9793. Grayscale: #6F6F6F. Windows color (decimal): -8361876 or 7104640. OLE color: 7104640.

HSL color Cylindrical-coordinate representation of color #80686C: hue angle of 350º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80686C is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB128104108-
CMYK00.190.160.50
HSL350º10.34%45.49%-
HSV(B)350º18.75%50.2%-
XYZ16.5615.5716.32-
YUV111.63125.95139.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=37.65%
G=30.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810410800.190.160.5035010.3445.49
Hex80686C013103215ea2d
Octal20015015402320625361255
Binary1000000011010001101100010011100001100101010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80686C; }

 p { color: rgb(128,104,108); }

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

<style>
 a { background-color: #80686C; }

 a { background-color: rgb(128,104,108); }

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

<style>
 span { border-color: #80686C; }

 span { border-color: rgb(128,104,108); }

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