#877485

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

Shades of Monsoon #877485

Tints of Monsoon #877485

Color information

#877485 (or 0x877485) is unknown color: approx Monsoon. HEX triplet: 87, 74 and 85. RGB value is (135,116,133). Sum of RGB (Red+Green+Blue) = 135+116+133=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877485 is #788B7A. Grayscale: #7B7B7B. Windows color (decimal): -7900027 or 8746119. OLE color: 8746119.

HSL color Cylindrical-coordinate representation of color #877485: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877485 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135116133-
CMYK00.140.010.47
HSL306.32º7.57%49.22%-
HSV(B)306.32º14.07%52.94%-
XYZ20.4719.3424.84-
YUV123.62133.29136.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=35.16%
G=30.21%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511613300.140.010.47306.327.5749.22
Hex8774850E12F132831
Octal2071642050161574621061
Binary100001111110100100001010111011011111001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877485; }

 p { color: rgb(135,116,133); }

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

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

 a { background-color: rgb(135,116,133); }

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

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

 span { border-color: rgb(135,116,133); }

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