Shades of Topaz #78728B
Tints of Topaz #78728B
RGB
CMYK
RGB Variations
Color information
#78728B (or 0x78728B) is known color: Topaz. HEX triplet: 78, 72 and 8B. RGB value is (120,114,139). Sum of RGB (Red+Green+Blue) = 120+114+139=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #78728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78728B is #878D74. Grayscale: #767676. Windows color (decimal): -8883573 or 9138808. OLE color: 9138808.
HSL color Cylindrical-coordinate representation of color #78728B: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78728B is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 114 | 139 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.45 |
| HSL | 254.4º | 0.1% | 0.5% | - |
| HSV(B) | 254.4º | 0.18% | 0.55% | - |
| XYZ | 18.42 | 17.89 | 26.91 | - |
| YUV | 118.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 139 | 0.14 | 0.18 | 0 | 0.45 | 254.4 | 0.1 | 0.5 |
| Hex | 78 | 72 | 8B | E | 12 | 0 | 2D | FE | A | 32 |
| Octal | 170 | 162 | 213 | 16 | 22 | 0 | 55 | 376 | 12 | 62 |
| Binary | 1111000 | 1110010 | 10001011 | 1110 | 10010 | 0 | 101101 | 11111110 | 1010 | 110010 |
Color Harmonies of #78728B
Complementary color
Monochromatic Colors of #78728B
Black with #78728B
Text Example
Text Example
White with #78728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78728B; }
p { color: rgb(120,114,139); }
H1.HeaderClassName
{
color: #78728B;
}
.AnyTagClassName
{
color: #78728B;
}
</style>
background-color css
<style>
a { background-color: #78728B; }
a { background-color: rgb(120,114,139); }
div.DivClassName
{
background-color: #78728B;
}
.BgClassName
{
background-color: #78728B;
}
</style>
border-color css
<style>
span { border-color: #78728B; }
span { border-color: rgb(120,114,139); }
td.TdClassName
{
border-color: #78728B;
}
.TagClassName
{
border-color: #78728B;
}
</style>