Shades of Topaz #7B728D
Tints of Topaz #7B728D
RGB
CMYK
RGB Variations
Color information
#7B728D (or 0x7B728D) is known color: Topaz. HEX triplet: 7B, 72 and 8D. RGB value is (123,114,141). Sum of RGB (Red+Green+Blue) = 123+114+141=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B728D is #848D72. Grayscale: #777777. Windows color (decimal): -8686963 or 9269883. OLE color: 9269883.
HSL color Cylindrical-coordinate representation of color #7B728D: hue angle of 260º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B728D is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 114 | 141 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.45 |
| HSL | 260º | 0.11% | 0.5% | - |
| HSV(B) | 260º | 0.19% | 0.55% | - |
| XYZ | 18.99 | 18.17 | 27.71 | - |
| YUV | 119.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 141 | 0.13 | 0.19 | 0 | 0.45 | 260 | 0.11 | 0.5 |
| Hex | 7B | 72 | 8D | D | 13 | 0 | 2D | 104 | B | 32 |
| Octal | 173 | 162 | 215 | 15 | 23 | 0 | 55 | 404 | 13 | 62 |
| Binary | 1111011 | 1110010 | 10001101 | 1101 | 10011 | 0 | 101101 | 100000100 | 1011 | 110010 |
Color Harmonies of #7B728D
Complementary color
Monochromatic Colors of #7B728D
Black with #7B728D
Text Example
Text Example
White with #7B728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B728D; }
p { color: rgb(123,114,141); }
H1.HeaderClassName
{
color: #7B728D;
}
.AnyTagClassName
{
color: #7B728D;
}
</style>
background-color css
<style>
a { background-color: #7B728D; }
a { background-color: rgb(123,114,141); }
div.DivClassName
{
background-color: #7B728D;
}
.BgClassName
{
background-color: #7B728D;
}
</style>
border-color css
<style>
span { border-color: #7B728D; }
span { border-color: rgb(123,114,141); }
td.TdClassName
{
border-color: #7B728D;
}
.TagClassName
{
border-color: #7B728D;
}
</style>