#846C7E

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

Shades of Monsoon #846C7E

Tints of Monsoon #846C7E

Color information

#846C7E (or 0x846C7E) is unknown color: approx Monsoon. HEX triplet: 84, 6C and 7E. RGB value is (132,108,126). Sum of RGB (Red+Green+Blue) = 132+108+126=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C7E is #7B9381. Grayscale: #757575. Windows color (decimal): -8098690 or 8285316. OLE color: 8285316.

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

Color convert

RGB132108126-
CMYK00.180.050.48
HSL315º10%47.06%-
HSV(B)315º18.18%51.76%-
XYZ18.6417.1422.06-
YUV117.23132.95138.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=36.07%
G=29.51%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210812600.180.050.483151047.06
Hex846C7E01253013ba2f
Octal2041541760225604731257
Binary10000100110110011111100100101011100001001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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