#866C7E

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

Shades of Monsoon #866C7E

Tints of Monsoon #866C7E

Color information

#866C7E (or 0x866C7E) is unknown color: approx Monsoon. HEX triplet: 86, 6C and 7E. RGB value is (134,108,126). Sum of RGB (Red+Green+Blue) = 134+108+126=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #866C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C7E is #799381. Grayscale: #757575. Windows color (decimal): -7967618 or 8285318. OLE color: 8285318.

HSL color Cylindrical-coordinate representation of color #866C7E: hue angle of 318.46º 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 #866C7E is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB134108126-
CMYK00.190.060.47
HSL318.46º10.74%47.45%-
HSV(B)318.46º19.4%52.55%-
XYZ18.9617.322.08-
YUV117.83132.61139.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=36.41%
G=29.35%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410812600.190.060.47318.4610.7447.45
Hex866C7E01362F13eb2f
Octal2061541760236574761357
Binary10000110110110011111100100111101011111001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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