#816C7D

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

Shades of Monsoon #816C7D

Tints of Monsoon #816C7D

Color information

#816C7D (or 0x816C7D) is unknown color: approx Monsoon. HEX triplet: 81, 6C and 7D. RGB value is (129,108,125). Sum of RGB (Red+Green+Blue) = 129+108+125=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #816C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C7D is #7E9382. Grayscale: #747474. Windows color (decimal): -8295299 or 8219777. OLE color: 8219777.

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

Color convert

RGB129108125-
CMYK00.160.030.49
HSL311.43º8.86%46.47%-
HSV(B)311.43º16.28%50.59%-
XYZ18.1216.8721.7-
YUV116.22132.96137.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=35.64%
G=29.83%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910812500.160.030.49311.438.8646.47
Hex816C7D01033113792e
Octal2011541750203614671156
Binary1000000111011001111101010000111100011001101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,125); }

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

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

 a { background-color: rgb(129,108,125); }

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

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

 span { border-color: rgb(129,108,125); }

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