#826778

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

Shades of Monsoon #826778

Tints of Monsoon #826778

Color information

#826778 (or 0x826778) is unknown color: approx Monsoon. HEX triplet: 82, 67 and 78. RGB value is (130,103,120). Sum of RGB (Red+Green+Blue) = 130+103+120=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #826778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826778 is #7D9887. Grayscale: #707070. Windows color (decimal): -8231048 or 7890818. OLE color: 7890818.

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

Color convert

RGB130103120-
CMYK00.210.080.49
HSL322.22º11.59%45.69%-
HSV(B)322.22º20.77%50.98%-
XYZ17.4515.819.9-
YUV113.01131.95140.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=36.83%
G=29.18%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010312000.210.080.49322.2211.5945.69
Hex826778015831142c2e
Octal20214717002510615021456
Binary100000101100111111100001010110001100011010000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826778; }

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

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

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

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

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

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

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

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