#82697B

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

Shades of Monsoon #82697B

Tints of Monsoon #82697B

Color information

#82697B (or 0x82697B) is unknown color: approx Monsoon. HEX triplet: 82, 69 and 7B. RGB value is (130,105,123). Sum of RGB (Red+Green+Blue) = 130+105+123=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697B is #7D9684. Grayscale: #727272. Windows color (decimal): -8230533 or 8087938. OLE color: 8087938.

HSL color Cylindrical-coordinate representation of color #82697B: hue angle of 316.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82697B is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130105123-
CMYK00.190.050.49
HSL316.8º10.64%46.08%-
HSV(B)316.8º19.23%50.98%-
XYZ17.8316.2820.94-
YUV114.53132.78139.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=36.31%
G=29.33%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010512300.190.050.49316.810.6446.08
Hex82697B01353113db2e
Octal2021511730235614751356
Binary10000010110100111110110100111011100011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82697B; }

 p { color: rgb(130,105,123); }

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

<style>
 a { background-color: #82697B; }

 a { background-color: rgb(130,105,123); }

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

<style>
 span { border-color: #82697B; }

 span { border-color: rgb(130,105,123); }

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