#857881

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

Shades of Monsoon #857881

Tints of Monsoon #857881

Color information

#857881 (or 0x857881) is unknown color: approx Monsoon. HEX triplet: 85, 78 and 81. RGB value is (133,120,129). Sum of RGB (Red+Green+Blue) = 133+120+129=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #857881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857881 is #7A877E. Grayscale: #7C7C7C. Windows color (decimal): -8030079 or 8484997. OLE color: 8484997.

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

Color convert

RGB133120129-
CMYK00.100.030.48
HSL318.46º5.14%49.61%-
HSV(B)318.46º9.77%52.16%-
XYZ20.352023.56-
YUV124.91130.31133.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=34.82%
G=31.41%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312012900.100.030.48318.465.1449.61
Hex8578810A33013e532
Octal205170201012360476562
Binary100001011111000100000010101011110000100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857881; }

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

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

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

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

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

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

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

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