#83737C

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

Shades of Monsoon #83737C

Tints of Monsoon #83737C

Color information

#83737C (or 0x83737C) is unknown color: approx Monsoon. HEX triplet: 83, 73 and 7C. RGB value is (131,115,124). Sum of RGB (Red+Green+Blue) = 131+115+124=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83737C is #7C8C83. Grayscale: #787878. Windows color (decimal): -8162436 or 8156035. OLE color: 8156035.

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

Color convert

RGB131115124-
CMYK00.120.050.49
HSL326.25º6.5%48.24%-
HSV(B)326.25º12.21%51.37%-
XYZ19.1318.5421.64-
YUV120.81129.8135.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=35.41%
G=31.08%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111512400.120.050.49326.256.548.24
Hex83737C0C531146730
Octal203163174014561506760
Binary100000111110011111110001100101110001101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83737C; }

 p { color: rgb(131,115,124); }

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

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

 a { background-color: rgb(131,115,124); }

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

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

 span { border-color: rgb(131,115,124); }

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