#826F7C

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

Shades of Monsoon #826F7C

Tints of Monsoon #826F7C

Color information

#826F7C (or 0x826F7C) is unknown color: approx Monsoon. HEX triplet: 82, 6F and 7C. RGB value is (130,111,124). Sum of RGB (Red+Green+Blue) = 130+111+124=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #826F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F7C is #7D9083. Grayscale: #767676. Windows color (decimal): -8228996 or 8155010. OLE color: 8155010.

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

Color convert

RGB130111124-
CMYK00.150.050.49
HSL318.95º7.88%47.25%-
HSV(B)318.95º14.62%50.98%-
XYZ18.5317.5721.48-
YUV118.16131.29136.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=35.62%
G=30.41%
B=33.97%

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
Decimal13011112400.150.050.49318.957.8847.25
Hex826F7C0F53113f82f
Octal2021571740175614771057
Binary1000001011011111111100011111011100011001111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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