Shades of Topaz #786A8D
Tints of Topaz #786A8D
RGB
CMYK
RGB Variations
Color information
#786A8D (or 0x786A8D) is known color: Topaz. HEX triplet: 78, 6A and 8D. RGB value is (120,106,141). Sum of RGB (Red+Green+Blue) = 120+106+141=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #786A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786A8D is #879572. Grayscale: #727272. Windows color (decimal): -8885619 or 9267832. OLE color: 9267832.
HSL color Cylindrical-coordinate representation of color #786A8D: hue angle of 264º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786A8D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 120 | 106 | 141 | - |
CMYK | 0.15 | 0.25 | 0 | 0.45 |
HSL | 264º | 0.14% | 0.48% | - |
HSV(B) | 264º | 0.25% | 0.55% | - |
XYZ | 17.71 | 16.22 | 27.4 | - |
YUV | 114.18 | 143.14 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 106 | 141 | 0.15 | 0.25 | 0 | 0.45 | 264 | 0.14 | 0.48 |
Hex | 78 | 6A | 8D | F | 19 | 0 | 2D | 108 | E | 30 |
Octal | 170 | 152 | 215 | 17 | 31 | 0 | 55 | 410 | 16 | 60 |
Binary | 1111000 | 1101010 | 10001101 | 1111 | 11001 | 0 | 101101 | 100001000 | 1110 | 110000 |
Color Harmonies of #786A8D
Complementary color
Monochromatic Colors of #786A8D
Black with #786A8D
Text Example
Text Example
White with #786A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A8D; }
p { color: rgb(120,106,141); }
H1.HeaderClassName
{
color: #786A8D;
}
.AnyTagClassName
{
color: #786A8D;
}
</style>
background-color css
<style>
a { background-color: #786A8D; }
a { background-color: rgb(120,106,141); }
div.DivClassName
{
background-color: #786A8D;
}
.BgClassName
{
background-color: #786A8D;
}
</style>
border-color css
<style>
span { border-color: #786A8D; }
span { border-color: rgb(120,106,141); }
td.TdClassName
{
border-color: #786A8D;
}
.TagClassName
{
border-color: #786A8D;
}
</style>