#826178

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

Shades of Monsoon #826178

Tints of Monsoon #826178

Color information

#826178 (or 0x826178) is unknown color: approx Monsoon. HEX triplet: 82, 61 and 78. RGB value is (130,97,120). Sum of RGB (Red+Green+Blue) = 130+97+120=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826178 is #7D9E87. Grayscale: #6D6D6D. Windows color (decimal): -8232584 or 7889282. OLE color: 7889282.

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

Color convert

RGB13097120-
CMYK00.250.080.49
HSL318.18º14.54%44.51%-
HSV(B)318.18º25.38%50.98%-
XYZ16.8714.6519.71-
YUV109.49133.93142.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=37.46%
G=27.95%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309712000.250.080.49318.1814.5444.51
Hex82617801983113ef2d
Octal20214117003110614761755
Binary100000101100001111100001100110001100011001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826178; }

 p { color: rgb(130,97,120); }

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

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

 a { background-color: rgb(130,97,120); }

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

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

 span { border-color: rgb(130,97,120); }

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