#86737F

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

Shades of Monsoon #86737F

Tints of Monsoon #86737F

Color information

#86737F (or 0x86737F) is unknown color: approx Monsoon. HEX triplet: 86, 73 and 7F. RGB value is (134,115,127). Sum of RGB (Red+Green+Blue) = 134+115+127=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737F is #798C80. Grayscale: #7A7A7A. Windows color (decimal): -7965825 or 8352646. OLE color: 8352646.

HSL color Cylindrical-coordinate representation of color #86737F: hue angle of 322.11º 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 #86737F is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134115127-
CMYK00.140.050.47
HSL322.11º7.63%48.82%-
HSV(B)322.11º14.18%52.55%-
XYZ19.7918.8622.68-
YUV122.05130.79136.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 127 (50% from 255) = 33.78%
R=35.64%
G=30.59%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411512700.140.050.47322.117.6348.82
Hex86737F0E52F142831
Octal2061631770165575021061
Binary1000011011100111111111011101011011111010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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