#80676C

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

Shades of Empress #80676C

Tints of Empress #80676C

Color information

#80676C (or 0x80676C) is unknown color: approx Empress. HEX triplet: 80, 67 and 6C. RGB value is (128,103,108). Sum of RGB (Red+Green+Blue) = 128+103+108=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676C is #7F9893. Grayscale: #6F6F6F. Windows color (decimal): -8362132 or 7104384. OLE color: 7104384.

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

Color convert

RGB128103108-
CMYK00.200.160.50
HSL348º10.82%45.29%-
HSV(B)348º19.53%50.2%-
XYZ16.4615.3716.29-
YUV111.04126.28140.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=37.76%
G=30.38%
B=31.86%

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
Decimal12810310800.200.160.5034810.8245.29
Hex80676C014103215cb2d
Octal20014715402420625341355
Binary1000000011001111101100010100100001100101010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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