Shades of Topaz #7B718C
Tints of Topaz #7B718C
RGB
CMYK
RGB Variations
Color information
#7B718C (or 0x7B718C) is known color: Topaz. HEX triplet: 7B, 71 and 8C. RGB value is (123,113,140). Sum of RGB (Red+Green+Blue) = 123+113+140=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B718C is #848E73. Grayscale: #767676. Windows color (decimal): -8687220 or 9204091. OLE color: 9204091.
HSL color Cylindrical-coordinate representation of color #7B718C: hue angle of 262.22º 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 #7B718C is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 113 | 140 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.45 |
| HSL | 262.22º | 0.11% | 0.5% | - |
| HSV(B) | 262.22º | 0.19% | 0.55% | - |
| XYZ | 18.81 | 17.91 | 27.28 | - |
| YUV | 119.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 140 | 0.12 | 0.19 | 0 | 0.45 | 262.22 | 0.11 | 0.5 |
| Hex | 7B | 71 | 8C | C | 13 | 0 | 2D | 106 | B | 32 |
| Octal | 173 | 161 | 214 | 14 | 23 | 0 | 55 | 406 | 13 | 62 |
| Binary | 1111011 | 1110001 | 10001100 | 1100 | 10011 | 0 | 101101 | 100000110 | 1011 | 110010 |
Color Harmonies of #7B718C
Complementary color
Monochromatic Colors of #7B718C
Black with #7B718C
Text Example
Text Example
White with #7B718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B718C; }
p { color: rgb(123,113,140); }
H1.HeaderClassName
{
color: #7B718C;
}
.AnyTagClassName
{
color: #7B718C;
}
</style>
background-color css
<style>
a { background-color: #7B718C; }
a { background-color: rgb(123,113,140); }
div.DivClassName
{
background-color: #7B718C;
}
.BgClassName
{
background-color: #7B718C;
}
</style>
border-color css
<style>
span { border-color: #7B718C; }
span { border-color: rgb(123,113,140); }
td.TdClassName
{
border-color: #7B718C;
}
.TagClassName
{
border-color: #7B718C;
}
</style>