Shades of Topaz #7B768D
Tints of Topaz #7B768D
RGB
CMYK
RGB Variations
Color information
#7B768D (or 0x7B768D) is known color: Topaz. HEX triplet: 7B, 76 and 8D. RGB value is (123,118,141). Sum of RGB (Red+Green+Blue) = 123+118+141=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B768D is #848972. Grayscale: #7A7A7A. Windows color (decimal): -8685939 or 9270907. OLE color: 9270907.
HSL color Cylindrical-coordinate representation of color #7B768D: hue angle of 253.04º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B768D is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 118 | 141 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.45 |
| HSL | 253.04º | 0.09% | 0.51% | - |
| HSV(B) | 253.04º | 0.16% | 0.55% | - |
| XYZ | 19.45 | 19.09 | 27.86 | - |
| YUV | 122.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 141 | 0.13 | 0.16 | 0 | 0.45 | 253.04 | 0.09 | 0.51 |
| Hex | 7B | 76 | 8D | D | 10 | 0 | 2D | FD | 9 | 33 |
| Octal | 173 | 166 | 215 | 15 | 20 | 0 | 55 | 375 | 11 | 63 |
| Binary | 1111011 | 1110110 | 10001101 | 1101 | 10000 | 0 | 101101 | 11111101 | 1001 | 110011 |
Color Harmonies of #7B768D
Complementary color
Monochromatic Colors of #7B768D
Black with #7B768D
Text Example
Text Example
White with #7B768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B768D; }
p { color: rgb(123,118,141); }
H1.HeaderClassName
{
color: #7B768D;
}
.AnyTagClassName
{
color: #7B768D;
}
</style>
background-color css
<style>
a { background-color: #7B768D; }
a { background-color: rgb(123,118,141); }
div.DivClassName
{
background-color: #7B768D;
}
.BgClassName
{
background-color: #7B768D;
}
</style>
border-color css
<style>
span { border-color: #7B768D; }
span { border-color: rgb(123,118,141); }
td.TdClassName
{
border-color: #7B768D;
}
.TagClassName
{
border-color: #7B768D;
}
</style>