Shades of Topaz #7B718D
Tints of Topaz #7B718D
RGB
CMYK
RGB Variations
Color information
#7B718D (or 0x7B718D) is known color: Topaz. HEX triplet: 7B, 71 and 8D. RGB value is (123,113,141). Sum of RGB (Red+Green+Blue) = 123+113+141=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B718D is #848E72. Grayscale: #777777. Windows color (decimal): -8687219 or 9269627. OLE color: 9269627.
HSL color Cylindrical-coordinate representation of color #7B718D: hue angle of 261.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B718D is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 113 | 141 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.45 |
| HSL | 261.43º | 0.11% | 0.5% | - |
| HSV(B) | 261.43º | 0.2% | 0.55% | - |
| XYZ | 18.88 | 17.94 | 27.67 | - |
| YUV | 119.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 141 | 0.13 | 0.20 | 0 | 0.45 | 261.43 | 0.11 | 0.5 |
| Hex | 7B | 71 | 8D | D | 14 | 0 | 2D | 105 | B | 32 |
| Octal | 173 | 161 | 215 | 15 | 24 | 0 | 55 | 405 | 13 | 62 |
| Binary | 1111011 | 1110001 | 10001101 | 1101 | 10100 | 0 | 101101 | 100000101 | 1011 | 110010 |
Color Harmonies of #7B718D
Complementary color
Monochromatic Colors of #7B718D
Black with #7B718D
Text Example
Text Example
White with #7B718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B718D; }
p { color: rgb(123,113,141); }
H1.HeaderClassName
{
color: #7B718D;
}
.AnyTagClassName
{
color: #7B718D;
}
</style>
background-color css
<style>
a { background-color: #7B718D; }
a { background-color: rgb(123,113,141); }
div.DivClassName
{
background-color: #7B718D;
}
.BgClassName
{
background-color: #7B718D;
}
</style>
border-color css
<style>
span { border-color: #7B718D; }
span { border-color: rgb(123,113,141); }
td.TdClassName
{
border-color: #7B718D;
}
.TagClassName
{
border-color: #7B718D;
}
</style>