#857681

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

Shades of Monsoon #857681

Tints of Monsoon #857681

Color information

#857681 (or 0x857681) is unknown color: approx Monsoon. HEX triplet: 85, 76 and 81. RGB value is (133,118,129). Sum of RGB (Red+Green+Blue) = 133+118+129=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #857681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857681 is #7A897E. Grayscale: #7B7B7B. Windows color (decimal): -8030591 or 8484485. OLE color: 8484485.

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

Color convert

RGB133118129-
CMYK00.110.030.48
HSL316º5.98%49.22%-
HSV(B)316º11.28%52.16%-
XYZ20.1119.5323.48-
YUV123.74130.97134.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=35%
G=31.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311812900.110.030.483165.9849.22
Hex8576810B33013c631
Octal205166201013360474661
Binary100001011110110100000010101111110000100111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857681; }

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

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

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

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

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

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

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

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