#83757E

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

Shades of Monsoon #83757E

Tints of Monsoon #83757E

Color information

#83757E (or 0x83757E) is unknown color: approx Monsoon. HEX triplet: 83, 75 and 7E. RGB value is (131,117,126). Sum of RGB (Red+Green+Blue) = 131+117+126=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757E is #7C8A81. Grayscale: #7A7A7A. Windows color (decimal): -8161922 or 8287619. OLE color: 8287619.

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

Color convert

RGB131117126-
CMYK00.110.040.49
HSL321.43º5.65%48.63%-
HSV(B)321.43º10.69%51.37%-
XYZ19.4919.0522.39-
YUV122.21130.14134.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=35.03%
G=31.28%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111712600.110.040.49321.435.6548.63
Hex83757E0B431141631
Octal203165176013461501661
Binary100000111110101111111001011100110001101000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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