#81687A

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

Shades of Monsoon #81687A

Tints of Monsoon #81687A

Color information

#81687A (or 0x81687A) is unknown color: approx Monsoon. HEX triplet: 81, 68 and 7A. RGB value is (129,104,122). Sum of RGB (Red+Green+Blue) = 129+104+122=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687A is #7E9785. Grayscale: #717171. Windows color (decimal): -8296326 or 8022145. OLE color: 8022145.

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

Color convert

RGB129104122-
CMYK00.190.050.49
HSL316.8º10.73%45.69%-
HSV(B)316.8º19.38%50.59%-
XYZ17.5215.9720.57-
YUV113.53132.78139.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=36.34%
G=29.30%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910412200.190.050.49316.810.7345.69
Hex81687A01353113db2e
Octal2011501720235614751356
Binary10000001110100011110100100111011100011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81687A; }

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

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

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

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

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

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

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

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