#846D7D

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

Shades of Monsoon #846D7D

Tints of Monsoon #846D7D

Color information

#846D7D (or 0x846D7D) is unknown color: approx Monsoon. HEX triplet: 84, 6D and 7D. RGB value is (132,109,125). Sum of RGB (Red+Green+Blue) = 132+109+125=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D7D is #7B9282. Grayscale: #757575. Windows color (decimal): -8098435 or 8220036. OLE color: 8220036.

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

Color convert

RGB132109125-
CMYK00.170.050.48
HSL318.26º9.54%47.25%-
HSV(B)318.26º17.42%51.76%-
XYZ18.6917.3221.76-
YUV117.7132.12138.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=36.07%
G=29.78%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210912500.170.050.48318.269.5447.25
Hex846D7D01153013ea2f
Octal2041551750215604761257
Binary10000100110110111111010100011011100001001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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