#82747D

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

Shades of Monsoon #82747D

Tints of Monsoon #82747D

Color information

#82747D (or 0x82747D) is unknown color: approx Monsoon. HEX triplet: 82, 74 and 7D. RGB value is (130,116,125). Sum of RGB (Red+Green+Blue) = 130+116+125=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #82747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82747D is #7D8B82. Grayscale: #797979. Windows color (decimal): -8227715 or 8221826. OLE color: 8221826.

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

Color convert

RGB130116125-
CMYK00.110.040.49
HSL321.43º5.69%48.24%-
HSV(B)321.43º10.77%50.98%-
XYZ19.1518.7222.01-
YUV121.21130.14134.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=35.04%
G=31.27%
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
Decimal13011612500.110.040.49321.435.6948.24
Hex82747D0B431141630
Octal202164175013461501660
Binary100000101110100111110101011100110001101000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,116,125); }

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

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

 a { background-color: rgb(130,116,125); }

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

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

 span { border-color: rgb(130,116,125); }

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