Shades of Topaz #78728A
Tints of Topaz #78728A
RGB
CMYK
RGB Variations
Color information
#78728A (or 0x78728A) is known color: Topaz. HEX triplet: 78, 72 and 8A. RGB value is (120,114,138). Sum of RGB (Red+Green+Blue) = 120+114+138=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #78728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78728A is #878D75. Grayscale: #767676. Windows color (decimal): -8883574 or 9073272. OLE color: 9073272.
HSL color Cylindrical-coordinate representation of color #78728A: hue angle of 255º degrees, saturation: 0.1, 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 #78728A is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 114 | 138 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.46 |
| HSL | 255º | 0.1% | 0.49% | - |
| HSV(B) | 255º | 0.17% | 0.54% | - |
| XYZ | 18.35 | 17.86 | 26.53 | - |
| YUV | 118.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 138 | 0.13 | 0.17 | 0 | 0.46 | 255 | 0.1 | 0.49 |
| Hex | 78 | 72 | 8A | D | 11 | 0 | 2E | FF | A | 31 |
| Octal | 170 | 162 | 212 | 15 | 21 | 0 | 56 | 377 | 12 | 61 |
| Binary | 1111000 | 1110010 | 10001010 | 1101 | 10001 | 0 | 101110 | 11111111 | 1010 | 110001 |
Color Harmonies of #78728A
Complementary color
Monochromatic Colors of #78728A
Black with #78728A
Text Example
Text Example
White with #78728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78728A; }
p { color: rgb(120,114,138); }
H1.HeaderClassName
{
color: #78728A;
}
.AnyTagClassName
{
color: #78728A;
}
</style>
background-color css
<style>
a { background-color: #78728A; }
a { background-color: rgb(120,114,138); }
div.DivClassName
{
background-color: #78728A;
}
.BgClassName
{
background-color: #78728A;
}
</style>
border-color css
<style>
span { border-color: #78728A; }
span { border-color: rgb(120,114,138); }
td.TdClassName
{
border-color: #78728A;
}
.TagClassName
{
border-color: #78728A;
}
</style>