#83707F

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

Shades of Monsoon #83707F

Tints of Monsoon #83707F

Color information

#83707F (or 0x83707F) is unknown color: approx Monsoon. HEX triplet: 83, 70 and 7F. RGB value is (131,112,127). Sum of RGB (Red+Green+Blue) = 131+112+127=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707F is #7C8F80. Grayscale: #777777. Windows color (decimal): -8163201 or 8351875. OLE color: 8351875.

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

Color convert

RGB131112127-
CMYK00.150.030.49
HSL312.63º7.82%47.65%-
HSV(B)312.63º14.5%51.37%-
XYZ18.9917.9522.54-
YUV119.39132.29136.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 127 (50% from 255) = 34.32%
R=35.41%
G=30.27%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111212700.150.030.49312.637.8247.65
Hex83707F0F331139830
Octal2031601770173614711060
Binary100000111110000111111101111111100011001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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