#857982

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

Shades of Monsoon #857982

Tints of Monsoon #857982

Color information

#857982 (or 0x857982) is unknown color: approx Monsoon. HEX triplet: 85, 79 and 82. RGB value is (133,121,130). Sum of RGB (Red+Green+Blue) = 133+121+130=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857982 is #7A867D. Grayscale: #7D7D7D. Windows color (decimal): -8029822 or 8550789. OLE color: 8550789.

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

Color convert

RGB133121130-
CMYK00.090.020.48
HSL315º4.72%49.8%-
HSV(B)315º9.02%52.16%-
XYZ20.5420.2723.95-
YUV125.61130.48133.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=34.64%
G=31.51%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312113000.090.020.483154.7249.8
Hex8579820923013b532
Octal205171202011260473562
Binary100001011111001100000100100110110000100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857982; }

 p { color: rgb(133,121,130); }

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

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

 a { background-color: rgb(133,121,130); }

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

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

 span { border-color: rgb(133,121,130); }

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