#857680

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

Shades of Monsoon #857680

Tints of Monsoon #857680

Color information

#857680 (or 0x857680) is unknown color: approx Monsoon. HEX triplet: 85, 76 and 80. RGB value is (133,118,128). Sum of RGB (Red+Green+Blue) = 133+118+128=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857680 is #7A897F. Grayscale: #7B7B7B. Windows color (decimal): -8030592 or 8418949. OLE color: 8418949.

HSL color Cylindrical-coordinate representation of color #857680: hue angle of 320º 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 #857680 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB133118128-
CMYK00.110.040.48
HSL320º5.98%49.22%-
HSV(B)320º11.28%52.16%-
XYZ20.0519.523.13-
YUV123.62130.47134.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=35.09%
G=31.13%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311812800.110.040.483205.9849.22
Hex8576800B430140631
Octal205166200013460500661
Binary1000010111101101000000001011100110000101000000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857680; }

 p { color: rgb(133,118,128); }

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

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

 a { background-color: rgb(133,118,128); }

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

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

 span { border-color: rgb(133,118,128); }

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