#83757F

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

Shades of Monsoon #83757F

Tints of Monsoon #83757F

Color information

#83757F (or 0x83757F) is unknown color: approx Monsoon. HEX triplet: 83, 75 and 7F. RGB value is (131,117,127). Sum of RGB (Red+Green+Blue) = 131+117+127=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757F is #7C8A80. Grayscale: #7A7A7A. Windows color (decimal): -8161921 or 8353155. OLE color: 8353155.

HSL color Cylindrical-coordinate representation of color #83757F: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83757F is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB131117127-
CMYK00.110.030.49
HSL317.14º5.65%48.63%-
HSV(B)317.14º10.69%51.37%-
XYZ19.5519.0822.73-
YUV122.33130.64134.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 127 (50% from 255) = 33.87%
R=34.93%
G=31.2%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111712700.110.030.49317.145.6548.63
Hex83757F0B33113d631
Octal203165177013361475661
Binary10000011111010111111110101111110001100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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