#81687B

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

Shades of Monsoon #81687B

Tints of Monsoon #81687B

Color information

#81687B (or 0x81687B) is unknown color: approx Monsoon. HEX triplet: 81, 68 and 7B. RGB value is (129,104,123). Sum of RGB (Red+Green+Blue) = 129+104+123=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687B is #7E9784. Grayscale: #717171. Windows color (decimal): -8296325 or 8087681. OLE color: 8087681.

HSL color Cylindrical-coordinate representation of color #81687B: hue angle of 314.4º 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 #81687B is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB129104123-
CMYK00.190.050.49
HSL314.4º10.73%45.69%-
HSV(B)314.4º19.38%50.59%-
XYZ17.581620.9-
YUV113.64133.28138.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=36.24%
G=29.21%
B=34.55%

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
Decimal12910412300.190.050.49314.410.7345.69
Hex81687B01353113ab2e
Octal2011501730235614721356
Binary10000001110100011110110100111011100011001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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