#846F7E

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

Shades of Monsoon #846F7E

Tints of Monsoon #846F7E

Color information

#846F7E (or 0x846F7E) is unknown color: approx Monsoon. HEX triplet: 84, 6F and 7E. RGB value is (132,111,126). Sum of RGB (Red+Green+Blue) = 132+111+126=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F7E is #7B9081. Grayscale: #767676. Windows color (decimal): -8097922 or 8286084. OLE color: 8286084.

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

Color convert

RGB132111126-
CMYK00.160.050.48
HSL317.14º8.64%47.65%-
HSV(B)317.14º15.91%51.76%-
XYZ18.9717.7822.17-
YUV118.99131.96137.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=35.77%
G=30.08%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211112600.160.050.48317.148.6447.65
Hex846F7E01053013d930
Octal2041571760205604751160
Binary10000100110111111111100100001011100001001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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