#80676D

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

Shades of Empress #80676D

Tints of Empress #80676D

Color information

#80676D (or 0x80676D) is unknown color: approx Empress. HEX triplet: 80, 67 and 6D. RGB value is (128,103,109). Sum of RGB (Red+Green+Blue) = 128+103+109=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676D is #7F9892. Grayscale: #6F6F6F. Windows color (decimal): -8362131 or 7169920. OLE color: 7169920.

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

Color convert

RGB128103109-
CMYK00.200.150.50
HSL345.6º10.82%45.29%-
HSV(B)345.6º19.53%50.2%-
XYZ16.5115.3916.57-
YUV111.16126.78140.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=37.65%
G=30.29%
B=32.06%

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
Decimal12810310900.200.150.50345.610.8245.29
Hex80676D014F3215ab2d
Octal20014715502417625321355
Binary100000001100111110110101010011111100101010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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