#86707F

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

Shades of Monsoon #86707F

Tints of Monsoon #86707F

Color information

#86707F (or 0x86707F) is unknown color: approx Monsoon. HEX triplet: 86, 70 and 7F. RGB value is (134,112,127). Sum of RGB (Red+Green+Blue) = 134+112+127=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86707F is #798F80. Grayscale: #787878. Windows color (decimal): -7966593 or 8351878. OLE color: 8351878.

HSL color Cylindrical-coordinate representation of color #86707F: hue angle of 319.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86707F is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134112127-
CMYK00.160.050.47
HSL319.09º8.94%48.24%-
HSV(B)319.09º16.42%52.55%-
XYZ19.4618.1922.56-
YUV120.29131.79137.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 127 (50% from 255) = 34.05%
R=35.92%
G=30.03%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411212700.160.050.47319.098.9448.24
Hex86707F01052F13f930
Octal2061601770205574771160
Binary10000110111000011111110100001011011111001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86707F; }

 p { color: rgb(134,112,127); }

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

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

 a { background-color: rgb(134,112,127); }

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

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

 span { border-color: rgb(134,112,127); }

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