Shades of Topaz #787089
Tints of Topaz #787089
RGB
CMYK
RGB Variations
Color information
#787089 (or 0x787089) is known color: Topaz. HEX triplet: 78, 70 and 89. RGB value is (120,112,137). Sum of RGB (Red+Green+Blue) = 120+112+137=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #787089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787089 is #878F76. Grayscale: #757575. Windows color (decimal): -8884087 or 9007224. OLE color: 9007224.
HSL color Cylindrical-coordinate representation of color #787089: hue angle of 259.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787089 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 112 | 137 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.46 |
| HSL | 259.2º | 0.1% | 0.49% | - |
| HSV(B) | 259.2º | 0.18% | 0.54% | - |
| XYZ | 18.06 | 17.39 | 26.07 | - |
| YUV | 117.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 137 | 0.12 | 0.18 | 0 | 0.46 | 259.2 | 0.1 | 0.49 |
| Hex | 78 | 70 | 89 | C | 12 | 0 | 2E | 103 | A | 31 |
| Octal | 170 | 160 | 211 | 14 | 22 | 0 | 56 | 403 | 12 | 61 |
| Binary | 1111000 | 1110000 | 10001001 | 1100 | 10010 | 0 | 101110 | 100000011 | 1010 | 110001 |
Color Harmonies of #787089
Complementary color
Monochromatic Colors of #787089
Black with #787089
Text Example
Text Example
White with #787089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787089; }
p { color: rgb(120,112,137); }
H1.HeaderClassName
{
color: #787089;
}
.AnyTagClassName
{
color: #787089;
}
</style>
background-color css
<style>
a { background-color: #787089; }
a { background-color: rgb(120,112,137); }
div.DivClassName
{
background-color: #787089;
}
.BgClassName
{
background-color: #787089;
}
</style>
border-color css
<style>
span { border-color: #787089; }
span { border-color: rgb(120,112,137); }
td.TdClassName
{
border-color: #787089;
}
.TagClassName
{
border-color: #787089;
}
</style>