#846E7C

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

Shades of Monsoon #846E7C

Tints of Monsoon #846E7C

Color information

#846E7C (or 0x846E7C) is unknown color: approx Monsoon. HEX triplet: 84, 6E and 7C. RGB value is (132,110,124). Sum of RGB (Red+Green+Blue) = 132+110+124=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7C is #7B9183. Grayscale: #767676. Windows color (decimal): -8098180 or 8154756. OLE color: 8154756.

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

Color convert

RGB132110124-
CMYK00.170.060.48
HSL321.82º9.09%47.45%-
HSV(B)321.82º16.67%51.76%-
XYZ18.7317.5121.46-
YUV118.17131.29137.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=36.07%
G=30.05%
B=33.88%

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
Decimal13211012400.170.060.48321.829.0947.45
Hex846E7C01163014292f
Octal2041561740216605021157
Binary10000100110111011111000100011101100001010000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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