#846D7C

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

Shades of Monsoon #846D7C

Tints of Monsoon #846D7C

Color information

#846D7C (or 0x846D7C) is unknown color: approx Monsoon. HEX triplet: 84, 6D and 7C. RGB value is (132,109,124). Sum of RGB (Red+Green+Blue) = 132+109+124=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D7C is #7B9283. Grayscale: #757575. Windows color (decimal): -8098436 or 8154500. OLE color: 8154500.

HSL color Cylindrical-coordinate representation of color #846D7C: hue angle of 320.87º degrees, saturation: 0.1, 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 #846D7C is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132109124-
CMYK00.170.060.48
HSL320.87º9.54%47.25%-
HSV(B)320.87º17.42%51.76%-
XYZ18.6217.321.43-
YUV117.59131.62138.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=36.16%
G=29.86%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210912400.170.060.48320.879.5447.25
Hex846D7C011630141a2f
Octal2041551740216605011257
Binary10000100110110111111000100011101100001010000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,109,124); }

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

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

 a { background-color: rgb(132,109,124); }

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

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

 span { border-color: rgb(132,109,124); }

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