#846F7C

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

Shades of Monsoon #846F7C

Tints of Monsoon #846F7C

Color information

#846F7C (or 0x846F7C) is unknown color: approx Monsoon. HEX triplet: 84, 6F and 7C. RGB value is (132,111,124). Sum of RGB (Red+Green+Blue) = 132+111+124=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #846F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F7C is #7B9083. Grayscale: #767676. Windows color (decimal): -8097924 or 8155012. OLE color: 8155012.

HSL color Cylindrical-coordinate representation of color #846F7C: hue angle of 322.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #846F7C is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132111124-
CMYK00.160.060.48
HSL322.86º8.64%47.65%-
HSV(B)322.86º15.91%51.76%-
XYZ18.8417.7321.5-
YUV118.76130.96137.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=35.97%
G=30.25%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211112400.160.060.48322.868.6447.65
Hex846F7C010630143930
Octal2041571740206605031160
Binary10000100110111111111000100001101100001010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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