#81737B

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

Shades of Monsoon #81737B

Tints of Monsoon #81737B

Color information

#81737B (or 0x81737B) is unknown color: approx Monsoon. HEX triplet: 81, 73 and 7B. RGB value is (129,115,123). Sum of RGB (Red+Green+Blue) = 129+115+123=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #81737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81737B is #7E8C84. Grayscale: #787878. Windows color (decimal): -8293509 or 8090497. OLE color: 8090497.

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

Color convert

RGB129115123-
CMYK00.110.050.49
HSL325.71º5.74%47.84%-
HSV(B)325.71º10.85%50.59%-
XYZ18.7618.3621.29-
YUV120.1129.64134.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=35.15%
G=31.34%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911512300.110.050.49325.715.7447.84
Hex81737B0B531146630
Octal201163173013561506660
Binary100000011110011111101101011101110001101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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