Shades of Topaz #7B698E
Tints of Topaz #7B698E
RGB
CMYK
RGB Variations
Color information
#7B698E (or 0x7B698E) is known color: Topaz. HEX triplet: 7B, 69 and 8E. RGB value is (123,105,142). Sum of RGB (Red+Green+Blue) = 123+105+142=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B698E is #849671. Grayscale: #727272. Windows color (decimal): -8689266 or 9333115. OLE color: 9333115.
HSL color Cylindrical-coordinate representation of color #7B698E: hue angle of 269.19º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B698E is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 105 | 142 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.44 |
| HSL | 269.19º | 0.15% | 0.48% | - |
| HSV(B) | 269.19º | 0.26% | 0.56% | - |
| XYZ | 18.1 | 16.27 | 27.78 | - |
| YUV | 114.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 142 | 0.13 | 0.26 | 0 | 0.44 | 269.19 | 0.15 | 0.48 |
| Hex | 7B | 69 | 8E | D | 1A | 0 | 2C | 10D | F | 30 |
| Octal | 173 | 151 | 216 | 15 | 32 | 0 | 54 | 415 | 17 | 60 |
| Binary | 1111011 | 1101001 | 10001110 | 1101 | 11010 | 0 | 101100 | 100001101 | 1111 | 110000 |
Color Harmonies of #7B698E
Complementary color
Monochromatic Colors of #7B698E
Black with #7B698E
Text Example
Text Example
White with #7B698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B698E; }
p { color: rgb(123,105,142); }
H1.HeaderClassName
{
color: #7B698E;
}
.AnyTagClassName
{
color: #7B698E;
}
</style>
background-color css
<style>
a { background-color: #7B698E; }
a { background-color: rgb(123,105,142); }
div.DivClassName
{
background-color: #7B698E;
}
.BgClassName
{
background-color: #7B698E;
}
</style>
border-color css
<style>
span { border-color: #7B698E; }
span { border-color: rgb(123,105,142); }
td.TdClassName
{
border-color: #7B698E;
}
.TagClassName
{
border-color: #7B698E;
}
</style>