#837480

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

Shades of Monsoon #837480

Tints of Monsoon #837480

Color information

#837480 (or 0x837480) is unknown color: approx Monsoon. HEX triplet: 83, 74 and 80. RGB value is (131,116,128). Sum of RGB (Red+Green+Blue) = 131+116+128=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #837480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837480 is #7C8B7F. Grayscale: #797979. Windows color (decimal): -8162176 or 8418435. OLE color: 8418435.

HSL color Cylindrical-coordinate representation of color #837480: hue angle of 312º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #837480 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131116128-
CMYK00.110.020.49
HSL312º6.07%48.43%-
HSV(B)312º11.45%51.37%-
XYZ19.518.8723.04-
YUV121.85131.47134.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=34.93%
G=30.93%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111612800.110.020.493126.0748.43
Hex8374800B231138630
Octal203164200013261470660
Binary100000111110100100000000101110110001100111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837480; }

 p { color: rgb(131,116,128); }

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

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

 a { background-color: rgb(131,116,128); }

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

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

 span { border-color: rgb(131,116,128); }

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