#82757C

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

Shades of Monsoon #82757C

Tints of Monsoon #82757C

Color information

#82757C (or 0x82757C) is unknown color: approx Monsoon. HEX triplet: 82, 75 and 7C. RGB value is (130,117,124). Sum of RGB (Red+Green+Blue) = 130+117+124=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #82757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757C is #7D8A83. Grayscale: #797979. Windows color (decimal): -8227460 or 8156546. OLE color: 8156546.

HSL color Cylindrical-coordinate representation of color #82757C: hue angle of 327.69º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82757C is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130117124-
CMYK00.10.050.49
HSL327.69º5.26%48.43%-
HSV(B)327.69º10%50.98%-
XYZ19.2118.9221.71-
YUV121.68129.31133.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=35.04%
G=31.54%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011712400.10.050.49327.695.2648.43
Hex82757C0A531148530
Octal202165174012561510560
Binary100000101110101111110001010101110001101001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82757C; }

 p { color: rgb(130,117,124); }

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

<style>
 a { background-color: #82757C; }

 a { background-color: rgb(130,117,124); }

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

<style>
 span { border-color: #82757C; }

 span { border-color: rgb(130,117,124); }

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