#83757D

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

Shades of Monsoon #83757D

Tints of Monsoon #83757D

Color information

#83757D (or 0x83757D) is unknown color: approx Monsoon. HEX triplet: 83, 75 and 7D. RGB value is (131,117,125). Sum of RGB (Red+Green+Blue) = 131+117+125=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757D is #7C8A82. Grayscale: #7A7A7A. Windows color (decimal): -8161923 or 8222083. OLE color: 8222083.

HSL color Cylindrical-coordinate representation of color #83757D: hue angle of 325.71º 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 #83757D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB131117125-
CMYK00.110.050.49
HSL325.71º5.65%48.63%-
HSV(B)325.71º10.69%51.37%-
XYZ19.4219.0322.05-
YUV122.1129.64134.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=35.12%
G=31.37%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111712500.110.050.49325.715.6548.63
Hex83757D0B531146631
Octal203165175013561506661
Binary100000111110101111110101011101110001101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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