#827579

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

Shades of Empress #827579

Tints of Empress #827579

Color information

#827579 (or 0x827579) is unknown color: approx Empress. HEX triplet: 82, 75 and 79. RGB value is (130,117,121). Sum of RGB (Red+Green+Blue) = 130+117+121=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827579 is #7D8A86. Grayscale: #797979. Windows color (decimal): -8227463 or 7959938. OLE color: 7959938.

HSL color Cylindrical-coordinate representation of color #827579: hue angle of 341.54º 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 #827579 is Cyan = 0, Magento = 0.1, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB130117121-
CMYK00.10.070.49
HSL341.54º5.26%48.43%-
HSV(B)341.54º10%50.98%-
XYZ19.0218.8520.72-
YUV121.34127.81134.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=35.33%
G=31.79%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011712100.10.070.49341.545.2648.43
Hex8275790A731156530
Octal202165171012761526560
Binary100000101110101111100101010111110001101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827579; }

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

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

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

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

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

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

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

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