#806977

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

Shades of Monsoon #806977

Tints of Monsoon #806977

Color information

#806977 (or 0x806977) is unknown color: approx Monsoon. HEX triplet: 80, 69 and 77. RGB value is (128,105,119). Sum of RGB (Red+Green+Blue) = 128+105+119=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #806977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806977 is #7F9688. Grayscale: #717171. Windows color (decimal): -8361609 or 7825792. OLE color: 7825792.

HSL color Cylindrical-coordinate representation of color #806977: hue angle of 323.48º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806977 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB128105119-
CMYK00.180.070.50
HSL323.48º9.87%45.69%-
HSV(B)323.48º17.97%50.2%-
XYZ17.2816.0219.63-
YUV113.47131.12138.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=36.36%
G=29.83%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810511900.180.070.50323.489.8745.69
Hex806977012732143a2e
Octal2001511670227625031256
Binary10000000110100111101110100101111100101010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806977; }

 p { color: rgb(128,105,119); }

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

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

 a { background-color: rgb(128,105,119); }

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

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

 span { border-color: rgb(128,105,119); }

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