#82737D

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

Shades of Monsoon #82737D

Tints of Monsoon #82737D

Color information

#82737D (or 0x82737D) is unknown color: approx Monsoon. HEX triplet: 82, 73 and 7D. RGB value is (130,115,125). Sum of RGB (Red+Green+Blue) = 130+115+125=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #82737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82737D is #7D8C82. Grayscale: #787878. Windows color (decimal): -8227971 or 8221570. OLE color: 8221570.

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

Color convert

RGB130115125-
CMYK00.120.040.49
HSL320º6.12%48.04%-
HSV(B)320º11.54%50.98%-
XYZ19.0418.4921.97-
YUV120.62130.47134.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=35.14%
G=31.08%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011512500.120.040.493206.1248.04
Hex82737D0C431140630
Octal202163175014461500660
Binary100000101110011111110101100100110001101000000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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