Shades of Topaz #78708D
Tints of Topaz #78708D
RGB
CMYK
RGB Variations
Color information
#78708D (or 0x78708D) is known color: Topaz. HEX triplet: 78, 70 and 8D. RGB value is (120,112,141). Sum of RGB (Red+Green+Blue) = 120+112+141=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #78708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78708D is #878F72. Grayscale: #757575. Windows color (decimal): -8884083 or 9269368. OLE color: 9269368.
HSL color Cylindrical-coordinate representation of color #78708D: hue angle of 256.55º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78708D is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 112 | 141 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.45 |
| HSL | 256.55º | 0.11% | 0.5% | - |
| HSV(B) | 256.55º | 0.21% | 0.55% | - |
| XYZ | 18.35 | 17.5 | 27.61 | - |
| YUV | 117.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 141 | 0.15 | 0.21 | 0 | 0.45 | 256.55 | 0.11 | 0.5 |
| Hex | 78 | 70 | 8D | F | 15 | 0 | 2D | 101 | B | 32 |
| Octal | 170 | 160 | 215 | 17 | 25 | 0 | 55 | 401 | 13 | 62 |
| Binary | 1111000 | 1110000 | 10001101 | 1111 | 10101 | 0 | 101101 | 100000001 | 1011 | 110010 |
Color Harmonies of #78708D
Complementary color
Monochromatic Colors of #78708D
Black with #78708D
Text Example
Text Example
White with #78708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78708D; }
p { color: rgb(120,112,141); }
H1.HeaderClassName
{
color: #78708D;
}
.AnyTagClassName
{
color: #78708D;
}
</style>
background-color css
<style>
a { background-color: #78708D; }
a { background-color: rgb(120,112,141); }
div.DivClassName
{
background-color: #78708D;
}
.BgClassName
{
background-color: #78708D;
}
</style>
border-color css
<style>
span { border-color: #78708D; }
span { border-color: rgb(120,112,141); }
td.TdClassName
{
border-color: #78708D;
}
.TagClassName
{
border-color: #78708D;
}
</style>