#857C84

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

Shades of Monsoon #857C84

Tints of Monsoon #857C84

Color information

#857C84 (or 0x857C84) is unknown color: approx Monsoon. HEX triplet: 85, 7C and 84. RGB value is (133,124,132). Sum of RGB (Red+Green+Blue) = 133+124+132=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #857C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C84 is #7A837B. Grayscale: #7F7F7F. Windows color (decimal): -8029052 or 8682629. OLE color: 8682629.

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

Color convert

RGB133124132-
CMYK00.070.010.48
HSL306.67º3.56%50.39%-
HSV(B)306.67º6.77%52.16%-
XYZ21.0521.0724.79-
YUV127.6130.48131.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=34.19%
G=31.88%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312413200.070.010.48306.673.5650.39
Hex857C8407130133432
Octal20517420407160463462
Binary1000010111111001000010001111110000100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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