Shades of Topaz #78708B
Tints of Topaz #78708B
RGB
CMYK
RGB Variations
Color information
#78708B (or 0x78708B) is known color: Topaz. HEX triplet: 78, 70 and 8B. RGB value is (120,112,139). Sum of RGB (Red+Green+Blue) = 120+112+139=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #78708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78708B is #878F74. Grayscale: #757575. Windows color (decimal): -8884085 or 9138296. OLE color: 9138296.
HSL color Cylindrical-coordinate representation of color #78708B: hue angle of 257.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78708B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 112 | 139 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.45 |
| HSL | 257.78º | 0.11% | 0.49% | - |
| HSV(B) | 257.78º | 0.19% | 0.55% | - |
| XYZ | 18.2 | 17.45 | 26.83 | - |
| YUV | 117.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 139 | 0.14 | 0.19 | 0 | 0.45 | 257.78 | 0.11 | 0.49 |
| Hex | 78 | 70 | 8B | E | 13 | 0 | 2D | 102 | B | 31 |
| Octal | 170 | 160 | 213 | 16 | 23 | 0 | 55 | 402 | 13 | 61 |
| Binary | 1111000 | 1110000 | 10001011 | 1110 | 10011 | 0 | 101101 | 100000010 | 1011 | 110001 |
Color Harmonies of #78708B
Complementary color
Monochromatic Colors of #78708B
Black with #78708B
Text Example
Text Example
White with #78708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78708B; }
p { color: rgb(120,112,139); }
H1.HeaderClassName
{
color: #78708B;
}
.AnyTagClassName
{
color: #78708B;
}
</style>
background-color css
<style>
a { background-color: #78708B; }
a { background-color: rgb(120,112,139); }
div.DivClassName
{
background-color: #78708B;
}
.BgClassName
{
background-color: #78708B;
}
</style>
border-color css
<style>
span { border-color: #78708B; }
span { border-color: rgb(120,112,139); }
td.TdClassName
{
border-color: #78708B;
}
.TagClassName
{
border-color: #78708B;
}
</style>