Shades of Topaz #786D8E
Tints of Topaz #786D8E
RGB
CMYK
RGB Variations
Color information
#786D8E (or 0x786D8E) is known color: Topaz. HEX triplet: 78, 6D and 8E. RGB value is (120,109,142). Sum of RGB (Red+Green+Blue) = 120+109+142=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #786D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D8E is #879271. Grayscale: #737373. Windows color (decimal): -8884850 or 9334136. OLE color: 9334136.
HSL color Cylindrical-coordinate representation of color #786D8E: hue angle of 260º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786D8E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 109 | 142 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.44 |
| HSL | 260º | 0.13% | 0.49% | - |
| HSV(B) | 260º | 0.23% | 0.56% | - |
| XYZ | 18.1 | 16.88 | 27.9 | - |
| YUV | 116.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 142 | 0.15 | 0.23 | 0 | 0.44 | 260 | 0.13 | 0.49 |
| Hex | 78 | 6D | 8E | F | 17 | 0 | 2C | 104 | D | 31 |
| Octal | 170 | 155 | 216 | 17 | 27 | 0 | 54 | 404 | 15 | 61 |
| Binary | 1111000 | 1101101 | 10001110 | 1111 | 10111 | 0 | 101100 | 100000100 | 1101 | 110001 |
Color Harmonies of #786D8E
Complementary color
Monochromatic Colors of #786D8E
Black with #786D8E
Text Example
Text Example
White with #786D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D8E; }
p { color: rgb(120,109,142); }
H1.HeaderClassName
{
color: #786D8E;
}
.AnyTagClassName
{
color: #786D8E;
}
</style>
background-color css
<style>
a { background-color: #786D8E; }
a { background-color: rgb(120,109,142); }
div.DivClassName
{
background-color: #786D8E;
}
.BgClassName
{
background-color: #786D8E;
}
</style>
border-color css
<style>
span { border-color: #786D8E; }
span { border-color: rgb(120,109,142); }
td.TdClassName
{
border-color: #786D8E;
}
.TagClassName
{
border-color: #786D8E;
}
</style>