#81677A

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

Shades of Monsoon #81677A

Tints of Monsoon #81677A

Color information

#81677A (or 0x81677A) is unknown color: approx Monsoon. HEX triplet: 81, 67 and 7A. RGB value is (129,103,122). Sum of RGB (Red+Green+Blue) = 129+103+122=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677A is #7E9885. Grayscale: #707070. Windows color (decimal): -8296582 or 8021889. OLE color: 8021889.

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

Color convert

RGB129103122-
CMYK00.200.050.49
HSL316.15º11.21%45.49%-
HSV(B)316.15º20.16%50.59%-
XYZ17.4215.7720.54-
YUV112.94133.11139.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=36.44%
G=29.10%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910312200.200.050.49316.1511.2145.49
Hex81677A01453113cb2d
Octal2011471720245614741355
Binary10000001110011111110100101001011100011001111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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