#816978

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

Shades of Monsoon #816978

Tints of Monsoon #816978

Color information

#816978 (or 0x816978) is unknown color: approx Monsoon. HEX triplet: 81, 69 and 78. RGB value is (129,105,120). Sum of RGB (Red+Green+Blue) = 129+105+120=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #816978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816978 is #7E9687. Grayscale: #717171. Windows color (decimal): -8296072 or 7891329. OLE color: 7891329.

HSL color Cylindrical-coordinate representation of color #816978: hue angle of 322.5º degrees, saturation: 0.1, 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 #816978 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB129105120-
CMYK00.190.070.49
HSL322.5º10.26%45.88%-
HSV(B)322.5º18.6%50.59%-
XYZ17.516.1319.96-
YUV113.89131.45138.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=36.44%
G=29.66%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910512000.190.070.49322.510.2645.88
Hex816978013731142a2e
Octal2011511700237615021256
Binary10000001110100111110000100111111100011010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816978; }

 p { color: rgb(129,105,120); }

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

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

 a { background-color: rgb(129,105,120); }

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

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

 span { border-color: rgb(129,105,120); }

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