Shades of Topaz #787289
Tints of Topaz #787289
RGB
CMYK
RGB Variations
Color information
#787289 (or 0x787289) is known color: Topaz. HEX triplet: 78, 72 and 89. RGB value is (120,114,137). Sum of RGB (Red+Green+Blue) = 120+114+137=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #787289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787289 is #878D76. Grayscale: #767676. Windows color (decimal): -8883575 or 9007736. OLE color: 9007736.
HSL color Cylindrical-coordinate representation of color #787289: hue angle of 255.65º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787289 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 114 | 137 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.46 |
| HSL | 255.65º | 0.09% | 0.49% | - |
| HSV(B) | 255.65º | 0.17% | 0.54% | - |
| XYZ | 18.28 | 17.83 | 26.15 | - |
| YUV | 118.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 137 | 0.12 | 0.17 | 0 | 0.46 | 255.65 | 0.09 | 0.49 |
| Hex | 78 | 72 | 89 | C | 11 | 0 | 2E | 100 | 9 | 31 |
| Octal | 170 | 162 | 211 | 14 | 21 | 0 | 56 | 400 | 11 | 61 |
| Binary | 1111000 | 1110010 | 10001001 | 1100 | 10001 | 0 | 101110 | 100000000 | 1001 | 110001 |
Color Harmonies of #787289
Complementary color
Monochromatic Colors of #787289
Black with #787289
Text Example
Text Example
White with #787289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787289; }
p { color: rgb(120,114,137); }
H1.HeaderClassName
{
color: #787289;
}
.AnyTagClassName
{
color: #787289;
}
</style>
background-color css
<style>
a { background-color: #787289; }
a { background-color: rgb(120,114,137); }
div.DivClassName
{
background-color: #787289;
}
.BgClassName
{
background-color: #787289;
}
</style>
border-color css
<style>
span { border-color: #787289; }
span { border-color: rgb(120,114,137); }
td.TdClassName
{
border-color: #787289;
}
.TagClassName
{
border-color: #787289;
}
</style>