#83717C

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

Shades of Monsoon #83717C

Tints of Monsoon #83717C

Color information

#83717C (or 0x83717C) is unknown color: approx Monsoon. HEX triplet: 83, 71 and 7C. RGB value is (131,113,124). Sum of RGB (Red+Green+Blue) = 131+113+124=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #83717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717C is #7C8E83. Grayscale: #777777. Windows color (decimal): -8162948 or 8155523. OLE color: 8155523.

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

Color convert

RGB131113124-
CMYK00.140.050.49
HSL323.33º7.38%47.84%-
HSV(B)323.33º13.74%51.37%-
XYZ18.918.0921.56-
YUV119.64130.46136.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=35.60%
G=30.71%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111312400.140.050.49323.337.3847.84
Hex83717C0E531143730
Octal203161174016561503760
Binary100000111110001111110001110101110001101000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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