#846E7F

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

Shades of Monsoon #846E7F

Tints of Monsoon #846E7F

Color information

#846E7F (or 0x846E7F) is unknown color: approx Monsoon. HEX triplet: 84, 6E and 7F. RGB value is (132,110,127). Sum of RGB (Red+Green+Blue) = 132+110+127=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7F is #7B9180. Grayscale: #767676. Windows color (decimal): -8098177 or 8351364. OLE color: 8351364.

HSL color Cylindrical-coordinate representation of color #846E7F: hue angle of 313.64º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E7F is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132110127-
CMYK00.170.040.48
HSL313.64º9.09%47.45%-
HSV(B)313.64º16.67%51.76%-
XYZ18.9217.5922.48-
YUV118.52132.79137.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 127 (50% from 255) = 34.42%
R=35.77%
G=29.81%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211012700.170.040.48313.649.0947.45
Hex846E7F01143013a92f
Octal2041561770214604721157
Binary10000100110111011111110100011001100001001110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E7F; }

 p { color: rgb(132,110,127); }

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

<style>
 a { background-color: #846E7F; }

 a { background-color: rgb(132,110,127); }

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

<style>
 span { border-color: #846E7F; }

 span { border-color: rgb(132,110,127); }

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