#807276

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

Shades of Empress #807276

Tints of Empress #807276

Color information

#807276 (or 0x807276) is unknown color: approx Empress. HEX triplet: 80, 72 and 76. RGB value is (128,114,118). Sum of RGB (Red+Green+Blue) = 128+114+118=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #807276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807276 is #7F8D89. Grayscale: #767676. Windows color (decimal): -8359306 or 7762560. OLE color: 7762560.

HSL color Cylindrical-coordinate representation of color #807276: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807276 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB128114118-
CMYK00.110.080.50
HSL342.86º5.79%47.45%-
HSV(B)342.86º10.94%50.2%-
XYZ18.1917.9319.64-
YUV118.64127.64134.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=35.56%
G=31.67%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811411800.110.080.50342.865.7947.45
Hex8072760B83215762f
Octal2001621660131062527657
Binary1000000011100101110110010111000110010101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807276; }

 p { color: rgb(128,114,118); }

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

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

 a { background-color: rgb(128,114,118); }

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

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

 span { border-color: rgb(128,114,118); }

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