#857D84

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

Shades of Monsoon #857D84

Tints of Monsoon #857D84

Color information

#857D84 (or 0x857D84) is unknown color: approx Monsoon. HEX triplet: 85, 7D and 84. RGB value is (133,125,132). Sum of RGB (Red+Green+Blue) = 133+125+132=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #857D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D84 is #7A827B. Grayscale: #808080. Windows color (decimal): -8028796 or 8682885. OLE color: 8682885.

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

Color convert

RGB133125132-
CMYK00.060.010.48
HSL307.5º3.17%50.59%-
HSV(B)307.5º6.02%52.16%-
XYZ21.1721.3224.83-
YUV128.19130.15131.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=34.10%
G=32.05%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312513200.060.010.48307.53.1750.59
Hex857D8406130134333
Octal20517520406160464363
Binary100001011111101100001000110111000010011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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