#806A7B

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

Shades of Monsoon #806A7B

Tints of Monsoon #806A7B

Color information

#806A7B (or 0x806A7B) is unknown color: approx Monsoon. HEX triplet: 80, 6A and 7B. RGB value is (128,106,123). Sum of RGB (Red+Green+Blue) = 128+106+123=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #806A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A7B is #7F9584. Grayscale: #727272. Windows color (decimal): -8361349 or 8088192. OLE color: 8088192.

HSL color Cylindrical-coordinate representation of color #806A7B: hue angle of 313.64º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806A7B is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB128106123-
CMYK00.170.040.50
HSL313.64º9.4%45.88%-
HSV(B)313.64º17.19%50.2%-
XYZ17.6316.3320.96-
YUV114.52132.79137.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=35.85%
G=29.69%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810612300.170.040.50313.649.445.88
Hex806A7B01143213a92e
Octal2001521730214624721156
Binary10000000110101011110110100011001100101001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806A7B; }

 p { color: rgb(128,106,123); }

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

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

 a { background-color: rgb(128,106,123); }

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

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

 span { border-color: rgb(128,106,123); }

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