#857882

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

Shades of Monsoon #857882

Tints of Monsoon #857882

Color information

#857882 (or 0x857882) is unknown color: approx Monsoon. HEX triplet: 85, 78 and 82. RGB value is (133,120,130). Sum of RGB (Red+Green+Blue) = 133+120+130=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857882 is #7A877D. Grayscale: #7C7C7C. Windows color (decimal): -8030078 or 8550533. OLE color: 8550533.

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

Color convert

RGB133120130-
CMYK00.100.020.48
HSL313.85º5.14%49.61%-
HSV(B)313.85º9.77%52.16%-
XYZ20.4220.0323.91-
YUV125.03130.81133.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=34.73%
G=31.33%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312013000.100.020.48313.855.1449.61
Hex8578820A23013a532
Octal205170202012260472562
Binary100001011111000100000100101010110000100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857882; }

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

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

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

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

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

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

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

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