#877A86

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

Shades of Monsoon #877A86

Tints of Monsoon #877A86

Color information

#877A86 (or 0x877A86) is unknown color: approx Monsoon. HEX triplet: 87, 7A and 86. RGB value is (135,122,134). Sum of RGB (Red+Green+Blue) = 135+122+134=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #877A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A86 is #788579. Grayscale: #7F7F7F. Windows color (decimal): -7898490 or 8813191. OLE color: 8813191.

HSL color Cylindrical-coordinate representation of color #877A86: hue angle of 304.62º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A86 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135122134-
CMYK00.100.010.47
HSL304.62º5.14%50.39%-
HSV(B)304.62º9.63%52.94%-
XYZ21.2520.7925.45-
YUV127.25131.81133.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=34.53%
G=31.20%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512213400.100.010.47304.625.1450.39
Hex877A860A12F131532
Octal207172206012157461562
Binary10000111111101010000110010101101111100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A86; }

 p { color: rgb(135,122,134); }

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

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

 a { background-color: rgb(135,122,134); }

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

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

 span { border-color: rgb(135,122,134); }

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