#83707E

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

Shades of Monsoon #83707E

Tints of Monsoon #83707E

Color information

#83707E (or 0x83707E) is unknown color: approx Monsoon. HEX triplet: 83, 70 and 7E. RGB value is (131,112,126). Sum of RGB (Red+Green+Blue) = 131+112+126=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707E is #7C8F81. Grayscale: #777777. Windows color (decimal): -8163202 or 8286339. OLE color: 8286339.

HSL color Cylindrical-coordinate representation of color #83707E: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83707E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB131112126-
CMYK00.150.040.49
HSL315.79º7.82%47.65%-
HSV(B)315.79º14.5%51.37%-
XYZ18.9217.9222.2-
YUV119.28131.79136.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=35.50%
G=30.35%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111212600.150.040.49315.797.8247.65
Hex83707E0F43113c830
Octal2031601760174614741060
Binary1000001111100001111110011111001100011001111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83707E; }

 p { color: rgb(131,112,126); }

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

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

 a { background-color: rgb(131,112,126); }

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

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

 span { border-color: rgb(131,112,126); }

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