#816B7A

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

Shades of Monsoon #816B7A

Tints of Monsoon #816B7A

Color information

#816B7A (or 0x816B7A) is unknown color: approx Monsoon. HEX triplet: 81, 6B and 7A. RGB value is (129,107,122). Sum of RGB (Red+Green+Blue) = 129+107+122=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #816B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B7A is #7E9485. Grayscale: #737373. Windows color (decimal): -8295558 or 8022913. OLE color: 8022913.

HSL color Cylindrical-coordinate representation of color #816B7A: hue angle of 319.09º 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 #816B7A is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB129107122-
CMYK00.170.050.49
HSL319.09º9.32%46.27%-
HSV(B)319.09º17.05%50.59%-
XYZ17.8216.5920.67-
YUV115.29131.79137.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=36.03%
G=29.89%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910712200.170.050.49319.099.3246.27
Hex816B7A01153113f92e
Octal2011531720215614771156
Binary10000001110101111110100100011011100011001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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