#817A80

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

Shades of Monsoon #817A80

Tints of Monsoon #817A80

Color information

#817A80 (or 0x817A80) is unknown color: approx Monsoon. HEX triplet: 81, 7A and 80. RGB value is (129,122,128). Sum of RGB (Red+Green+Blue) = 129+122+128=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 129 - color contains mainly: red. Hex color #817A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817A80 is #7E857F. Grayscale: #7C7C7C. Windows color (decimal): -8291712 or 8419969. OLE color: 8419969.

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

Color convert

RGB129122128-
CMYK00.050.010.49
HSL308.57º2.79%49.22%-
HSV(B)308.57º5.43%50.59%-
XYZ19.9120.1423.26-
YUV124.78129.82131.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=34.04%
G=32.19%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912212800.050.010.49308.572.7949.22
Hex817A8005131135331
Octal20117220005161465361
Binary100000011111010100000000101111000110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A80; }

 p { color: rgb(129,122,128); }

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

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

 a { background-color: rgb(129,122,128); }

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

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

 span { border-color: rgb(129,122,128); }

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