#826F7A

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

Shades of Monsoon #826F7A

Tints of Monsoon #826F7A

Color information

#826F7A (or 0x826F7A) is unknown color: approx Monsoon. HEX triplet: 82, 6F and 7A. RGB value is (130,111,122). Sum of RGB (Red+Green+Blue) = 130+111+122=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #826F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F7A is #7D9085. Grayscale: #757575. Windows color (decimal): -8228998 or 8023938. OLE color: 8023938.

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

Color convert

RGB130111122-
CMYK00.150.060.49
HSL325.26º7.88%47.25%-
HSV(B)325.26º14.62%50.98%-
XYZ18.417.5220.82-
YUV117.93130.29136.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=35.81%
G=30.58%
B=33.61%

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
Decimal13011112200.150.060.49325.267.8847.25
Hex826F7A0F63114582f
Octal2021571720176615051057
Binary1000001011011111111010011111101100011010001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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