#826979

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

Shades of Monsoon #826979

Tints of Monsoon #826979

Color information

#826979 (or 0x826979) is unknown color: approx Monsoon. HEX triplet: 82, 69 and 79. RGB value is (130,105,121). Sum of RGB (Red+Green+Blue) = 130+105+121=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #826979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826979 is #7D9686. Grayscale: #727272. Windows color (decimal): -8230535 or 7956866. OLE color: 7956866.

HSL color Cylindrical-coordinate representation of color #826979: hue angle of 321.6º 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 #826979 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB130105121-
CMYK00.190.070.49
HSL321.6º10.64%46.08%-
HSV(B)321.6º19.23%50.98%-
XYZ17.7116.2320.29-
YUV114.3131.78139.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=36.52%
G=29.49%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010512100.190.070.49321.610.6446.08
Hex826979013731142b2e
Octal2021511710237615021356
Binary10000010110100111110010100111111100011010000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826979; }

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

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

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

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

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

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

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

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