Shades of Topaz #786E8F
Tints of Topaz #786E8F
RGB
CMYK
RGB Variations
Color information
#786E8F (or 0x786E8F) is known color: Topaz. HEX triplet: 78, 6E and 8F. RGB value is (120,110,143). Sum of RGB (Red+Green+Blue) = 120+110+143=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #786E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786E8F is #879170. Grayscale: #747474. Windows color (decimal): -8884593 or 9399928. OLE color: 9399928.
HSL color Cylindrical-coordinate representation of color #786E8F: hue angle of 258.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786E8F is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 110 | 143 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.44 |
| HSL | 258.18º | 0.13% | 0.5% | - |
| HSV(B) | 258.18º | 0.23% | 0.56% | - |
| XYZ | 18.28 | 17.13 | 28.33 | - |
| YUV | 116.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 143 | 0.16 | 0.23 | 0 | 0.44 | 258.18 | 0.13 | 0.5 |
| Hex | 78 | 6E | 8F | 10 | 17 | 0 | 2C | 102 | D | 32 |
| Octal | 170 | 156 | 217 | 20 | 27 | 0 | 54 | 402 | 15 | 62 |
| Binary | 1111000 | 1101110 | 10001111 | 10000 | 10111 | 0 | 101100 | 100000010 | 1101 | 110010 |
Color Harmonies of #786E8F
Complementary color
Monochromatic Colors of #786E8F
Black with #786E8F
Text Example
Text Example
White with #786E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E8F; }
p { color: rgb(120,110,143); }
H1.HeaderClassName
{
color: #786E8F;
}
.AnyTagClassName
{
color: #786E8F;
}
</style>
background-color css
<style>
a { background-color: #786E8F; }
a { background-color: rgb(120,110,143); }
div.DivClassName
{
background-color: #786E8F;
}
.BgClassName
{
background-color: #786E8F;
}
</style>
border-color css
<style>
span { border-color: #786E8F; }
span { border-color: rgb(120,110,143); }
td.TdClassName
{
border-color: #786E8F;
}
.TagClassName
{
border-color: #786E8F;
}
</style>