#837782

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

Shades of Monsoon #837782

Tints of Monsoon #837782

Color information

#837782 (or 0x837782) is unknown color: approx Monsoon. HEX triplet: 83, 77 and 82. RGB value is (131,119,130). Sum of RGB (Red+Green+Blue) = 131+119+130=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 131 - color contains mainly: red. Hex color #837782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837782 is #7C887D. Grayscale: #7B7B7B. Windows color (decimal): -8161406 or 8550275. OLE color: 8550275.

HSL color Cylindrical-coordinate representation of color #837782: hue angle of 305º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #837782 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB131119130-
CMYK00.090.010.49
HSL305º4.8%49.02%-
HSV(B)305º9.16%51.37%-
XYZ19.9919.6323.85-
YUV123.84131.48133.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=34.47%
G=31.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111913000.090.010.493054.849.02
Hex83778209131131531
Octal203167202011161461561
Binary10000011111011110000010010011110001100110001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837782; }

 p { color: rgb(131,119,130); }

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

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

 a { background-color: rgb(131,119,130); }

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

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

 span { border-color: rgb(131,119,130); }

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