#816877

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

Shades of Monsoon #816877

Tints of Monsoon #816877

Color information

#816877 (or 0x816877) is unknown color: approx Monsoon. HEX triplet: 81, 68 and 77. RGB value is (129,104,119). Sum of RGB (Red+Green+Blue) = 129+104+119=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #816877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816877 is #7E9788. Grayscale: #717171. Windows color (decimal): -8296329 or 7825537. OLE color: 7825537.

HSL color Cylindrical-coordinate representation of color #816877: hue angle of 324º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #816877 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB129104119-
CMYK00.190.080.49
HSL324º10.73%45.69%-
HSV(B)324º19.38%50.59%-
XYZ17.3315.919.61-
YUV113.18131.28139.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=36.65%
G=29.55%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910411900.190.080.4932410.7345.69
Hex816877013831144b2e
Octal20115016702310615041356
Binary100000011101000111011101001110001100011010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816877; }

 p { color: rgb(129,104,119); }

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

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

 a { background-color: rgb(129,104,119); }

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

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

 span { border-color: rgb(129,104,119); }

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