Shades of Topaz #807489
Tints of Topaz #807489
RGB
CMYK
RGB Variations
Color information
#807489 (or 0x807489) is known color: Topaz. HEX triplet: 80, 74 and 89. RGB value is (128,116,137). Sum of RGB (Red+Green+Blue) = 128+116+137=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 137 - color contains mainly: blue. Hex color #807489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807489 is #7F8B76. Grayscale: #797979. Windows color (decimal): -8358775 or 9008256. OLE color: 9008256.
HSL color Cylindrical-coordinate representation of color #807489: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #807489 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 116 | 137 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.46 |
| HSL | 274.29º | 0.08% | 0.5% | - |
| HSV(B) | 274.29º | 0.15% | 0.54% | - |
| XYZ | 19.66 | 18.89 | 26.28 | - |
| YUV | 121.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 137 | 0.07 | 0.15 | 0 | 0.46 | 274.29 | 0.08 | 0.5 |
| Hex | 80 | 74 | 89 | 7 | F | 0 | 2E | 112 | 8 | 32 |
| Octal | 200 | 164 | 211 | 7 | 17 | 0 | 56 | 422 | 10 | 62 |
| Binary | 10000000 | 1110100 | 10001001 | 111 | 1111 | 0 | 101110 | 100010010 | 1000 | 110010 |
Color Harmonies of #807489
Complementary color
Monochromatic Colors of #807489
Black with #807489
Text Example
Text Example
White with #807489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807489; }
p { color: rgb(128,116,137); }
H1.HeaderClassName
{
color: #807489;
}
.AnyTagClassName
{
color: #807489;
}
</style>
background-color css
<style>
a { background-color: #807489; }
a { background-color: rgb(128,116,137); }
div.DivClassName
{
background-color: #807489;
}
.BgClassName
{
background-color: #807489;
}
</style>
border-color css
<style>
span { border-color: #807489; }
span { border-color: rgb(128,116,137); }
td.TdClassName
{
border-color: #807489;
}
.TagClassName
{
border-color: #807489;
}
</style>