#857782

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

Shades of Monsoon #857782

Tints of Monsoon #857782

Color information

#857782 (or 0x857782) is unknown color: approx Monsoon. HEX triplet: 85, 77 and 82. RGB value is (133,119,130). Sum of RGB (Red+Green+Blue) = 133+119+130=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #857782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857782 is #7A887D. Grayscale: #7C7C7C. Windows color (decimal): -8030334 or 8550277. OLE color: 8550277.

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

Color convert

RGB133119130-
CMYK00.110.020.48
HSL312.86º5.56%49.41%-
HSV(B)312.86º10.53%52.16%-
XYZ20.319.7923.87-
YUV124.44131.14134.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=34.82%
G=31.15%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311913000.110.020.48312.865.5649.41
Hex8577820B230139631
Octal205167202013260471661
Binary100001011110111100000100101110110000100111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857782; }

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

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

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

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

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

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

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

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