Shades of Topaz #78718B
Tints of Topaz #78718B
RGB
CMYK
RGB Variations
Color information
#78718B (or 0x78718B) is known color: Topaz. HEX triplet: 78, 71 and 8B. RGB value is (120,113,139). Sum of RGB (Red+Green+Blue) = 120+113+139=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #78718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78718B is #878E74. Grayscale: #757575. Windows color (decimal): -8883829 or 9138552. OLE color: 9138552.
HSL color Cylindrical-coordinate representation of color #78718B: hue angle of 256.15º degrees, saturation: 0.1, 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 #78718B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 113 | 139 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.45 |
| HSL | 256.15º | 0.1% | 0.49% | - |
| HSV(B) | 256.15º | 0.19% | 0.55% | - |
| XYZ | 18.31 | 17.67 | 26.87 | - |
| YUV | 118.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 139 | 0.14 | 0.19 | 0 | 0.45 | 256.15 | 0.1 | 0.49 |
| Hex | 78 | 71 | 8B | E | 13 | 0 | 2D | 100 | A | 31 |
| Octal | 170 | 161 | 213 | 16 | 23 | 0 | 55 | 400 | 12 | 61 |
| Binary | 1111000 | 1110001 | 10001011 | 1110 | 10011 | 0 | 101101 | 100000000 | 1010 | 110001 |
Color Harmonies of #78718B
Complementary color
Monochromatic Colors of #78718B
Black with #78718B
Text Example
Text Example
White with #78718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78718B; }
p { color: rgb(120,113,139); }
H1.HeaderClassName
{
color: #78718B;
}
.AnyTagClassName
{
color: #78718B;
}
</style>
background-color css
<style>
a { background-color: #78718B; }
a { background-color: rgb(120,113,139); }
div.DivClassName
{
background-color: #78718B;
}
.BgClassName
{
background-color: #78718B;
}
</style>
border-color css
<style>
span { border-color: #78718B; }
span { border-color: rgb(120,113,139); }
td.TdClassName
{
border-color: #78718B;
}
.TagClassName
{
border-color: #78718B;
}
</style>