#81707A

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

Shades of Monsoon #81707A

Tints of Monsoon #81707A

Color information

#81707A (or 0x81707A) is unknown color: approx Monsoon. HEX triplet: 81, 70 and 7A. RGB value is (129,112,122). Sum of RGB (Red+Green+Blue) = 129+112+122=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #81707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81707A is #7E8F85. Grayscale: #767676. Windows color (decimal): -8294278 or 8024193. OLE color: 8024193.

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

Color convert

RGB129112122-
CMYK00.130.050.49
HSL324.71º7.05%47.25%-
HSV(B)324.71º13.18%50.59%-
XYZ18.3617.6620.85-
YUV118.22130.13135.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=35.54%
G=30.85%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911212200.130.050.49324.717.0547.25
Hex81707A0D53114572f
Octal201160172015561505757
Binary100000011110000111101001101101110001101000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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