#816A7C

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

Shades of Monsoon #816A7C

Tints of Monsoon #816A7C

Color information

#816A7C (or 0x816A7C) is unknown color: approx Monsoon. HEX triplet: 81, 6A and 7C. RGB value is (129,106,124). Sum of RGB (Red+Green+Blue) = 129+106+124=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #816A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A7C is #7E9583. Grayscale: #727272. Windows color (decimal): -8295812 or 8153729. OLE color: 8153729.

HSL color Cylindrical-coordinate representation of color #816A7C: hue angle of 313.04º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #816A7C is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB129106124-
CMYK00.180.040.49
HSL313.04º9.79%46.08%-
HSV(B)313.04º17.83%50.59%-
XYZ17.8516.4321.3-
YUV114.93133.12138.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=35.93%
G=29.53%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910612400.180.040.49313.049.7946.08
Hex816A7C012431139a2e
Octal2011521740224614711256
Binary10000001110101011111000100101001100011001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816A7C; }

 p { color: rgb(129,106,124); }

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

<style>
 a { background-color: #816A7C; }

 a { background-color: rgb(129,106,124); }

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

<style>
 span { border-color: #816A7C; }

 span { border-color: rgb(129,106,124); }

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