#827576

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

Shades of Empress #827576

Tints of Empress #827576

Color information

#827576 (or 0x827576) is unknown color: approx Empress. HEX triplet: 82, 75 and 76. RGB value is (130,117,118). Sum of RGB (Red+Green+Blue) = 130+117+118=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827576 is #7D8A89. Grayscale: #797979. Windows color (decimal): -8227466 or 7763330. OLE color: 7763330.

HSL color Cylindrical-coordinate representation of color #827576: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #827576 is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB130117118-
CMYK00.10.090.49
HSL355.38º5.26%48.43%-
HSV(B)355.38º10%50.98%-
XYZ18.8418.7819.77-
YUV121126.31134.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=35.62%
G=32.05%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011711800.10.090.49355.385.2648.43
Hex8275760A931163530
Octal2021651660121161543560
Binary1000001011101011110110010101001110001101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827576; }

 p { color: rgb(130,117,118); }

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

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

 a { background-color: rgb(130,117,118); }

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

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

 span { border-color: rgb(130,117,118); }

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