#817680

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

Shades of Monsoon #817680

Tints of Monsoon #817680

Color information

#817680 (or 0x817680) is unknown color: approx Monsoon. HEX triplet: 81, 76 and 80. RGB value is (129,118,128). Sum of RGB (Red+Green+Blue) = 129+118+128=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 129 - color contains mainly: red. Hex color #817680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817680 is #7E897F. Grayscale: #7A7A7A. Windows color (decimal): -8292736 or 8418945. OLE color: 8418945.

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

Color convert

RGB129118128-
CMYK00.090.010.49
HSL305.45º4.45%48.43%-
HSV(B)305.45º8.53%50.59%-
XYZ19.4319.1823.1-
YUV122.43131.14132.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=34.4%
G=31.47%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911812800.090.010.49305.454.4548.43
Hex81768009131131430
Octal201166200011161461460
Binary10000001111011010000000010011110001100110001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817680; }

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

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

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

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

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

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

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

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