#857879

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

Shades of Empress #857879

Tints of Empress #857879

Color information

#857879 (or 0x857879) is unknown color: approx Empress. HEX triplet: 85, 78 and 79. RGB value is (133,120,121). Sum of RGB (Red+Green+Blue) = 133+120+121=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857879 is #7A8786. Grayscale: #7C7C7C. Windows color (decimal): -8030087 or 7960709. OLE color: 7960709.

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

Color convert

RGB133120121-
CMYK00.100.090.48
HSL355.38º5.14%49.61%-
HSV(B)355.38º9.77%52.16%-
XYZ19.8419.820.87-
YUV124126.31134.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=35.56%
G=32.09%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312012100.100.090.48355.385.1449.61
Hex8578790A930163532
Octal2051701710121160543562
Binary1000010111110001111001010101001110000101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857879; }

 p { color: rgb(133,120,121); }

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

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

 a { background-color: rgb(133,120,121); }

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

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

 span { border-color: rgb(133,120,121); }

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