#827780

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

Shades of Monsoon #827780

Tints of Monsoon #827780

Color information

#827780 (or 0x827780) is unknown color: approx Monsoon. HEX triplet: 82, 77 and 80. RGB value is (130,119,128). Sum of RGB (Red+Green+Blue) = 130+119+128=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 130 - color contains mainly: red. Hex color #827780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827780 is #7D887F. Grayscale: #7B7B7B. Windows color (decimal): -8226944 or 8419202. OLE color: 8419202.

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

Color convert

RGB130119128-
CMYK00.080.020.49
HSL310.91º4.42%48.82%-
HSV(B)310.91º8.46%50.98%-
XYZ19.719.523.15-
YUV123.31130.64132.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=34.48%
G=31.56%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011912800.080.020.49310.914.4248.82
Hex82778008231137431
Octal202167200010261467461
Binary100000101110111100000000100010110001100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827780; }

 p { color: rgb(130,119,128); }

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

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

 a { background-color: rgb(130,119,128); }

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

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

 span { border-color: rgb(130,119,128); }

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