#816B7C

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

Shades of Monsoon #816B7C

Tints of Monsoon #816B7C

Color information

#816B7C (or 0x816B7C) is unknown color: approx Monsoon. HEX triplet: 81, 6B and 7C. RGB value is (129,107,124). Sum of RGB (Red+Green+Blue) = 129+107+124=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #816B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B7C is #7E9483. Grayscale: #737373. Windows color (decimal): -8295556 or 8153985. OLE color: 8153985.

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

Color convert

RGB129107124-
CMYK00.170.040.49
HSL313.64º9.32%46.27%-
HSV(B)313.64º17.05%50.59%-
XYZ17.9516.6421.33-
YUV115.52132.79137.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=35.83%
G=29.72%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910712400.170.040.49313.649.3246.27
Hex816B7C01143113a92e
Octal2011531740214614721156
Binary10000001110101111111000100011001100011001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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