#86727F

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

Shades of Monsoon #86727F

Tints of Monsoon #86727F

Color information

#86727F (or 0x86727F) is unknown color: approx Monsoon. HEX triplet: 86, 72 and 7F. RGB value is (134,114,127). Sum of RGB (Red+Green+Blue) = 134+114+127=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86727F is #798D80. Grayscale: #797979. Windows color (decimal): -7966081 or 8352390. OLE color: 8352390.

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

Color convert

RGB134114127-
CMYK00.150.050.47
HSL321º8.06%48.63%-
HSV(B)321º14.93%52.55%-
XYZ19.6818.6422.64-
YUV121.46131.13136.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 127 (50% from 255) = 33.87%
R=35.73%
G=30.4%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411412700.150.050.473218.0648.63
Hex86727F0F52F141831
Octal2061621770175575011061
Binary1000011011100101111111011111011011111010000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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