#81747B

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

Shades of Monsoon #81747B

Tints of Monsoon #81747B

Color information

#81747B (or 0x81747B) is unknown color: approx Monsoon. HEX triplet: 81, 74 and 7B. RGB value is (129,116,123). Sum of RGB (Red+Green+Blue) = 129+116+123=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #81747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81747B is #7E8B84. Grayscale: #787878. Windows color (decimal): -8293253 or 8090753. OLE color: 8090753.

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

Color convert

RGB129116123-
CMYK00.100.050.49
HSL327.69º5.31%48.04%-
HSV(B)327.69º10.08%50.59%-
XYZ18.8718.5921.33-
YUV120.68129.31133.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=35.05%
G=31.52%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911612300.100.050.49327.695.3148.04
Hex81747B0A531148530
Octal201164173012561510560
Binary100000011110100111101101010101110001101001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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