#826A79

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

Shades of Monsoon #826A79

Tints of Monsoon #826A79

Color information

#826A79 (or 0x826A79) is unknown color: approx Monsoon. HEX triplet: 82, 6A and 79. RGB value is (130,106,121). Sum of RGB (Red+Green+Blue) = 130+106+121=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #826A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A79 is #7D9586. Grayscale: #727272. Windows color (decimal): -8230279 or 7957122. OLE color: 7957122.

HSL color Cylindrical-coordinate representation of color #826A79: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A79 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB130106121-
CMYK00.180.070.49
HSL322.5º10.17%46.27%-
HSV(B)322.5º18.46%50.98%-
XYZ17.8116.4320.32-
YUV114.89131.45138.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=36.41%
G=29.69%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010612100.180.070.49322.510.1746.27
Hex826A79012731142a2e
Octal2021521710227615021256
Binary10000010110101011110010100101111100011010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826A79; }

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

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

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

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

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

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

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

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