#846E7E

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

Shades of Monsoon #846E7E

Tints of Monsoon #846E7E

Color information

#846E7E (or 0x846E7E) is unknown color: approx Monsoon. HEX triplet: 84, 6E and 7E. RGB value is (132,110,126). Sum of RGB (Red+Green+Blue) = 132+110+126=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7E is #7B9181. Grayscale: #767676. Windows color (decimal): -8098178 or 8285828. OLE color: 8285828.

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

Color convert

RGB132110126-
CMYK00.170.050.48
HSL316.36º9.09%47.45%-
HSV(B)316.36º16.67%51.76%-
XYZ18.8617.5622.13-
YUV118.4132.29137.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=35.87%
G=29.89%
B=34.24%

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
Decimal13211012600.170.050.48316.369.0947.45
Hex846E7E01153013c92f
Octal2041561760215604741157
Binary10000100110111011111100100011011100001001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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