#82737F

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

Shades of Monsoon #82737F

Tints of Monsoon #82737F

Color information

#82737F (or 0x82737F) is unknown color: approx Monsoon. HEX triplet: 82, 73 and 7F. RGB value is (130,115,127). Sum of RGB (Red+Green+Blue) = 130+115+127=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #82737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82737F is #7D8C80. Grayscale: #787878. Windows color (decimal): -8227969 or 8352642. OLE color: 8352642.

HSL color Cylindrical-coordinate representation of color #82737F: hue angle of 312º 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 #82737F is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130115127-
CMYK00.120.020.49
HSL312º6.12%48.04%-
HSV(B)312º11.54%50.98%-
XYZ19.1718.5422.65-
YUV120.85131.47134.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 127 (50% from 255) = 34.14%
R=34.95%
G=30.91%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011512700.120.020.493126.1248.04
Hex82737F0C231138630
Octal202163177014261470660
Binary10000010111001111111110110010110001100111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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