#827B80

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

Shades of Monsoon #827B80

Tints of Monsoon #827B80

Color information

#827B80 (or 0x827B80) is unknown color: approx Monsoon. HEX triplet: 82, 7B and 80. RGB value is (130,123,128). Sum of RGB (Red+Green+Blue) = 130+123+128=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 130 - color contains mainly: red. Hex color #827B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B80 is #7D847F. Grayscale: #7D7D7D. Windows color (decimal): -8225920 or 8420226. OLE color: 8420226.

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

Color convert

RGB130123128-
CMYK00.050.020.49
HSL317.14º2.77%49.61%-
HSV(B)317.14º5.38%50.98%-
XYZ20.1920.4723.31-
YUV125.66129.32131.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=34.12%
G=32.28%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012312800.050.020.49317.142.7749.61
Hex827B800523113d332
Octal20217320005261475362
Binary1000001011110111000000001011011000110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B80; }

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

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

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

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

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

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

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

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