#857072

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

Shades of Empress #857072

Tints of Empress #857072

Color information

#857072 (or 0x857072) is unknown color: approx Empress. HEX triplet: 85, 70 and 72. RGB value is (133,112,114). Sum of RGB (Red+Green+Blue) = 133+112+114=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #857072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857072 is #7A8F8D. Grayscale: #767676. Windows color (decimal): -8032142 or 7499909. OLE color: 7499909.

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

Color convert

RGB133112114-
CMYK00.160.140.48
HSL354.29º8.57%48.04%-
HSV(B)354.29º15.79%52.16%-
XYZ18.517.7918.38-
YUV118.51125.46138.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=37.05%
G=31.20%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311211400.160.140.48354.298.5748.04
Hex857072010E30162930
Octal20516016202016605421160
Binary100001011110000111001001000011101100001011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857072; }

 p { color: rgb(133,112,114); }

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

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

 a { background-color: rgb(133,112,114); }

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

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

 span { border-color: rgb(133,112,114); }

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