#857682

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

Shades of Monsoon #857682

Tints of Monsoon #857682

Color information

#857682 (or 0x857682) is unknown color: approx Monsoon. HEX triplet: 85, 76 and 82. RGB value is (133,118,130). Sum of RGB (Red+Green+Blue) = 133+118+130=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857682 is #7A897D. Grayscale: #7B7B7B. Windows color (decimal): -8030590 or 8550021. OLE color: 8550021.

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

Color convert

RGB133118130-
CMYK00.110.020.48
HSL312º5.98%49.22%-
HSV(B)312º11.28%52.16%-
XYZ20.1819.5623.83-
YUV123.85131.47134.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=34.91%
G=30.97%
B=34.12%

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
Decimal13311813000.110.020.483125.9849.22
Hex8576820B230138631
Octal205166202013260470661
Binary100001011110110100000100101110110000100111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857682; }

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

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

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

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

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

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

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

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