#826E7A

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

Shades of Monsoon #826E7A

Tints of Monsoon #826E7A

Color information

#826E7A (or 0x826E7A) is unknown color: approx Monsoon. HEX triplet: 82, 6E and 7A. RGB value is (130,110,122). Sum of RGB (Red+Green+Blue) = 130+110+122=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #826E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E7A is #7D9185. Grayscale: #757575. Windows color (decimal): -8229254 or 8023682. OLE color: 8023682.

HSL color Cylindrical-coordinate representation of color #826E7A: hue angle of 324º 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 #826E7A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB130110122-
CMYK00.150.060.49
HSL324º8.33%47.06%-
HSV(B)324º15.38%50.98%-
XYZ18.2917.320.79-
YUV117.35130.63137.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=35.91%
G=30.39%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011012200.150.060.493248.3347.06
Hex826E7A0F63114482f
Octal2021561720176615041057
Binary1000001011011101111010011111101100011010001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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