Shades of Topaz #807689
Tints of Topaz #807689
RGB
CMYK
RGB Variations
Color information
#807689 (or 0x807689) is known color: Topaz. HEX triplet: 80, 76 and 89. RGB value is (128,118,137). Sum of RGB (Red+Green+Blue) = 128+118+137=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #807689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807689 is #7F8976. Grayscale: #7B7B7B. Windows color (decimal): -8358263 or 9008768. OLE color: 9008768.
HSL color Cylindrical-coordinate representation of color #807689: hue angle of 271.58º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807689 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 118 | 137 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.46 |
| HSL | 271.58º | 0.07% | 0.5% | - |
| HSV(B) | 271.58º | 0.14% | 0.54% | - |
| XYZ | 19.9 | 19.35 | 26.35 | - |
| YUV | 123.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 137 | 0.07 | 0.14 | 0 | 0.46 | 271.58 | 0.07 | 0.5 |
| Hex | 80 | 76 | 89 | 7 | E | 0 | 2E | 110 | 7 | 32 |
| Octal | 200 | 166 | 211 | 7 | 16 | 0 | 56 | 420 | 7 | 62 |
| Binary | 10000000 | 1110110 | 10001001 | 111 | 1110 | 0 | 101110 | 100010000 | 111 | 110010 |
Color Harmonies of #807689
Complementary color
Monochromatic Colors of #807689
Black with #807689
Text Example
Text Example
White with #807689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807689; }
p { color: rgb(128,118,137); }
H1.HeaderClassName
{
color: #807689;
}
.AnyTagClassName
{
color: #807689;
}
</style>
background-color css
<style>
a { background-color: #807689; }
a { background-color: rgb(128,118,137); }
div.DivClassName
{
background-color: #807689;
}
.BgClassName
{
background-color: #807689;
}
</style>
border-color css
<style>
span { border-color: #807689; }
span { border-color: rgb(128,118,137); }
td.TdClassName
{
border-color: #807689;
}
.TagClassName
{
border-color: #807689;
}
</style>