#826978

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

Shades of Monsoon #826978

Tints of Monsoon #826978

Color information

#826978 (or 0x826978) is unknown color: approx Monsoon. HEX triplet: 82, 69 and 78. RGB value is (130,105,120). Sum of RGB (Red+Green+Blue) = 130+105+120=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #826978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826978 is #7D9687. Grayscale: #727272. Windows color (decimal): -8230536 or 7891330. OLE color: 7891330.

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

Color convert

RGB130105120-
CMYK00.190.080.49
HSL324º10.64%46.08%-
HSV(B)324º19.23%50.98%-
XYZ17.6516.2119.97-
YUV114.18131.28139.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=36.62%
G=29.58%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010512000.190.080.4932410.6446.08
Hex826978013831144b2e
Octal20215117002310615041356
Binary100000101101001111100001001110001100011010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826978; }

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

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

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

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

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

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

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

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