#806F7A

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

Shades of Monsoon #806F7A

Tints of Monsoon #806F7A

Color information

#806F7A (or 0x806F7A) is unknown color: approx Monsoon. HEX triplet: 80, 6F and 7A. RGB value is (128,111,122). Sum of RGB (Red+Green+Blue) = 128+111+122=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 128 - color contains mainly: red. Hex color #806F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F7A is #7F9085. Grayscale: #757575. Windows color (decimal): -8360070 or 8023936. OLE color: 8023936.

HSL color Cylindrical-coordinate representation of color #806F7A: hue angle of 321.18º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #806F7A is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128111122-
CMYK00.130.050.50
HSL321.18º7.11%46.86%-
HSV(B)321.18º13.28%50.2%-
XYZ18.117.3620.81-
YUV117.34130.63135.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=35.46%
G=30.75%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811112200.130.050.50321.187.1146.86
Hex806F7A0D53214172f
Octal200157172015562501757
Binary100000001101111111101001101101110010101000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,122); }

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

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

 a { background-color: rgb(128,111,122); }

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

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

 span { border-color: rgb(128,111,122); }

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