#857781

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

Shades of Monsoon #857781

Tints of Monsoon #857781

Color information

#857781 (or 0x857781) is unknown color: approx Monsoon. HEX triplet: 85, 77 and 81. RGB value is (133,119,129). Sum of RGB (Red+Green+Blue) = 133+119+129=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857781 is #7A887E. Grayscale: #7C7C7C. Windows color (decimal): -8030335 or 8484741. OLE color: 8484741.

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

Color convert

RGB133119129-
CMYK00.110.030.48
HSL317.14º5.56%49.41%-
HSV(B)317.14º10.53%52.16%-
XYZ20.2319.7723.52-
YUV124.33130.64134.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=34.91%
G=31.23%
B=33.86%

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
Decimal13311912900.110.030.48317.145.5649.41
Hex8577810B33013d631
Octal205167201013360475661
Binary100001011110111100000010101111110000100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857781; }

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

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

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

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

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

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

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

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