#866C7F

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

Shades of Monsoon #866C7F

Tints of Monsoon #866C7F

Color information

#866C7F (or 0x866C7F) is unknown color: approx Monsoon. HEX triplet: 86, 6C and 7F. RGB value is (134,108,127). Sum of RGB (Red+Green+Blue) = 134+108+127=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #866C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C7F is #799380. Grayscale: #757575. Windows color (decimal): -7967617 or 8350854. OLE color: 8350854.

HSL color Cylindrical-coordinate representation of color #866C7F: hue angle of 316.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866C7F is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134108127-
CMYK00.190.050.47
HSL316.15º10.74%47.45%-
HSV(B)316.15º19.4%52.55%-
XYZ19.0217.3322.42-
YUV117.94133.11139.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 127 (50% from 255) = 34.42%
R=36.31%
G=29.27%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410812700.190.050.47316.1510.7447.45
Hex866C7F01352F13cb2f
Octal2061541770235574741357
Binary10000110110110011111110100111011011111001111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866C7F; }

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

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

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

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

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

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

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

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