#857B7C

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

Shades of Empress #857B7C

Tints of Empress #857B7C

Color information

#857B7C (or 0x857B7C) is unknown color: approx Empress. HEX triplet: 85, 7B and 7C. RGB value is (133,123,124). Sum of RGB (Red+Green+Blue) = 133+123+124=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #857B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B7C is #7A8483. Grayscale: #7E7E7E. Windows color (decimal): -8029316 or 8158085. OLE color: 8158085.

HSL color Cylindrical-coordinate representation of color #857B7C: hue angle of 354º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857B7C is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB133123124-
CMYK00.080.070.48
HSL354º3.94%50.2%-
HSV(B)354º7.52%52.16%-
XYZ20.3920.6121.97-
YUV126.1126.81132.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=35%
G=32.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312312400.080.070.483543.9450.2
Hex857B7C08730162432
Octal205173174010760542462
Binary100001011111011111110001000111110000101100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B7C; }

 p { color: rgb(133,123,124); }

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

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

 a { background-color: rgb(133,123,124); }

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

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

 span { border-color: rgb(133,123,124); }

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