Shades of Topaz #787088
Tints of Topaz #787088
RGB
CMYK
RGB Variations
Color information
#787088 (or 0x787088) is known color: Topaz. HEX triplet: 78, 70 and 88. RGB value is (120,112,136). Sum of RGB (Red+Green+Blue) = 120+112+136=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #787088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787088 is #878F77. Grayscale: #757575. Windows color (decimal): -8884088 or 8941688. OLE color: 8941688.
HSL color Cylindrical-coordinate representation of color #787088: hue angle of 260º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787088 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 112 | 136 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.47 |
| HSL | 260º | 0.1% | 0.49% | - |
| HSV(B) | 260º | 0.18% | 0.53% | - |
| XYZ | 17.98 | 17.36 | 25.7 | - |
| YUV | 117.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 136 | 0.12 | 0.18 | 0 | 0.47 | 260 | 0.1 | 0.49 |
| Hex | 78 | 70 | 88 | C | 12 | 0 | 2F | 104 | A | 31 |
| Octal | 170 | 160 | 210 | 14 | 22 | 0 | 57 | 404 | 12 | 61 |
| Binary | 1111000 | 1110000 | 10001000 | 1100 | 10010 | 0 | 101111 | 100000100 | 1010 | 110001 |
Color Harmonies of #787088
Complementary color
Monochromatic Colors of #787088
Black with #787088
Text Example
Text Example
White with #787088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787088; }
p { color: rgb(120,112,136); }
H1.HeaderClassName
{
color: #787088;
}
.AnyTagClassName
{
color: #787088;
}
</style>
background-color css
<style>
a { background-color: #787088; }
a { background-color: rgb(120,112,136); }
div.DivClassName
{
background-color: #787088;
}
.BgClassName
{
background-color: #787088;
}
</style>
border-color css
<style>
span { border-color: #787088; }
span { border-color: rgb(120,112,136); }
td.TdClassName
{
border-color: #787088;
}
.TagClassName
{
border-color: #787088;
}
</style>