Shades of Topaz #7B758E
Tints of Topaz #7B758E
RGB
CMYK
RGB Variations
Color information
#7B758E (or 0x7B758E) is known color: Topaz. HEX triplet: 7B, 75 and 8E. RGB value is (123,117,142). Sum of RGB (Red+Green+Blue) = 123+117+142=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B758E is #848A71. Grayscale: #797979. Windows color (decimal): -8686194 or 9336187. OLE color: 9336187.
HSL color Cylindrical-coordinate representation of color #7B758E: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B758E is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 117 | 142 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.44 |
| HSL | 254.4º | 0.1% | 0.51% | - |
| HSV(B) | 254.4º | 0.18% | 0.56% | - |
| XYZ | 19.41 | 18.89 | 28.21 | - |
| YUV | 121.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 142 | 0.13 | 0.18 | 0 | 0.44 | 254.4 | 0.1 | 0.51 |
| Hex | 7B | 75 | 8E | D | 12 | 0 | 2C | FE | A | 33 |
| Octal | 173 | 165 | 216 | 15 | 22 | 0 | 54 | 376 | 12 | 63 |
| Binary | 1111011 | 1110101 | 10001110 | 1101 | 10010 | 0 | 101100 | 11111110 | 1010 | 110011 |
Color Harmonies of #7B758E
Complementary color
Monochromatic Colors of #7B758E
Black with #7B758E
Text Example
Text Example
White with #7B758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B758E; }
p { color: rgb(123,117,142); }
H1.HeaderClassName
{
color: #7B758E;
}
.AnyTagClassName
{
color: #7B758E;
}
</style>
background-color css
<style>
a { background-color: #7B758E; }
a { background-color: rgb(123,117,142); }
div.DivClassName
{
background-color: #7B758E;
}
.BgClassName
{
background-color: #7B758E;
}
</style>
border-color css
<style>
span { border-color: #7B758E; }
span { border-color: rgb(123,117,142); }
td.TdClassName
{
border-color: #7B758E;
}
.TagClassName
{
border-color: #7B758E;
}
</style>