Shades of Topaz #807889
Tints of Topaz #807889
RGB
CMYK
RGB Variations
Color information
#807889 (or 0x807889) is known color: Topaz. HEX triplet: 80, 78 and 89. RGB value is (128,120,137). Sum of RGB (Red+Green+Blue) = 128+120+137=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #807889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807889 is #7F8776. Grayscale: #7C7C7C. Windows color (decimal): -8357751 or 9009280. OLE color: 9009280.
HSL color Cylindrical-coordinate representation of color #807889: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807889 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 120 | 137 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.46 |
| HSL | 268.24º | 0.07% | 0.5% | - |
| HSV(B) | 268.24º | 0.12% | 0.54% | - |
| XYZ | 20.13 | 19.83 | 26.43 | - |
| YUV | 124.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 137 | 0.07 | 0.12 | 0 | 0.46 | 268.24 | 0.07 | 0.5 |
| Hex | 80 | 78 | 89 | 7 | C | 0 | 2E | 10C | 7 | 32 |
| Octal | 200 | 170 | 211 | 7 | 14 | 0 | 56 | 414 | 7 | 62 |
| Binary | 10000000 | 1111000 | 10001001 | 111 | 1100 | 0 | 101110 | 100001100 | 111 | 110010 |
Color Harmonies of #807889
Complementary color
Monochromatic Colors of #807889
Black with #807889
Text Example
Text Example
White with #807889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807889; }
p { color: rgb(128,120,137); }
H1.HeaderClassName
{
color: #807889;
}
.AnyTagClassName
{
color: #807889;
}
</style>
background-color css
<style>
a { background-color: #807889; }
a { background-color: rgb(128,120,137); }
div.DivClassName
{
background-color: #807889;
}
.BgClassName
{
background-color: #807889;
}
</style>
border-color css
<style>
span { border-color: #807889; }
span { border-color: rgb(128,120,137); }
td.TdClassName
{
border-color: #807889;
}
.TagClassName
{
border-color: #807889;
}
</style>