#857578

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

Shades of Empress #857578

Tints of Empress #857578

Color information

#857578 (or 0x857578) is unknown color: approx Empress. HEX triplet: 85, 75 and 78. RGB value is (133,117,120). Sum of RGB (Red+Green+Blue) = 133+117+120=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857578 is #7A8A87. Grayscale: #7A7A7A. Windows color (decimal): -8030856 or 7894405. OLE color: 7894405.

HSL color Cylindrical-coordinate representation of color #857578: hue angle of 348.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857578 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133117120-
CMYK00.120.100.48
HSL348.75º6.4%49.02%-
HSV(B)348.75º12.03%52.16%-
XYZ19.4219.0720.43-
YUV122.13126.8135.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=35.95%
G=31.62%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311712000.120.100.48348.756.449.02
Hex8575780CA3015d631
Octal2051651700141260535661
Binary1000010111101011111000011001010110000101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857578; }

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

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

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

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

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

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

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

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