#826E7B

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

Shades of Monsoon #826E7B

Tints of Monsoon #826E7B

Color information

#826E7B (or 0x826E7B) is unknown color: approx Monsoon. HEX triplet: 82, 6E and 7B. RGB value is (130,110,123). Sum of RGB (Red+Green+Blue) = 130+110+123=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #826E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E7B is #7D9184. Grayscale: #757575. Windows color (decimal): -8229253 or 8089218. OLE color: 8089218.

HSL color Cylindrical-coordinate representation of color #826E7B: hue angle of 321º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826E7B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130110123-
CMYK00.150.050.49
HSL321º8.33%47.06%-
HSV(B)321º15.38%50.98%-
XYZ18.3617.3321.12-
YUV117.46131.13136.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=35.81%
G=30.30%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011012300.150.050.493218.3347.06
Hex826E7B0F53114182f
Octal2021561730175615011057
Binary1000001011011101111011011111011100011010000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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