#827680

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

Shades of Monsoon #827680

Tints of Monsoon #827680

Color information

#827680 (or 0x827680) is unknown color: approx Monsoon. HEX triplet: 82, 76 and 80. RGB value is (130,118,128). Sum of RGB (Red+Green+Blue) = 130+118+128=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #827680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827680 is #7D897F. Grayscale: #7A7A7A. Windows color (decimal): -8227200 or 8418946. OLE color: 8418946.

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

Color convert

RGB130118128-
CMYK00.090.020.49
HSL310º4.84%48.63%-
HSV(B)310º9.23%50.98%-
XYZ19.5819.2623.11-
YUV122.73130.98133.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=34.57%
G=31.38%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011812800.090.020.493104.8448.63
Hex82768009231136531
Octal202166200011261466561
Binary100000101110110100000000100110110001100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827680; }

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

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

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

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

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

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

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

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