#83717F

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

Shades of Monsoon #83717F

Tints of Monsoon #83717F

Color information

#83717F (or 0x83717F) is unknown color: approx Monsoon. HEX triplet: 83, 71 and 7F. RGB value is (131,113,127). Sum of RGB (Red+Green+Blue) = 131+113+127=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717F is #7C8E80. Grayscale: #777777. Windows color (decimal): -8162945 or 8352131. OLE color: 8352131.

HSL color Cylindrical-coordinate representation of color #83717F: hue angle of 313.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 #83717F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB131113127-
CMYK00.140.030.49
HSL313.33º7.38%47.84%-
HSV(B)313.33º13.74%51.37%-
XYZ19.118.1722.58-
YUV119.98131.96135.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 127 (50% from 255) = 34.23%
R=35.31%
G=30.46%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111312700.140.030.49313.337.3847.84
Hex83717F0E331139730
Octal203161177016361471760
Binary10000011111000111111110111011110001100111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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