Shades of Topaz #7C718B
Tints of Topaz #7C718B
RGB
CMYK
RGB Variations
Color information
#7C718B (or 0x7C718B) is known color: Topaz. HEX triplet: 7C, 71 and 8B. RGB value is (124,113,139). Sum of RGB (Red+Green+Blue) = 124+113+139=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C718B is #838E74. Grayscale: #777777. Windows color (decimal): -8621685 or 9138556. OLE color: 9138556.
HSL color Cylindrical-coordinate representation of color #7C718B: hue angle of 265.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C718B is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 113 | 139 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.45 |
| HSL | 265.38º | 0.1% | 0.49% | - |
| HSV(B) | 265.38º | 0.19% | 0.55% | - |
| XYZ | 18.88 | 17.96 | 26.9 | - |
| YUV | 119.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 139 | 0.11 | 0.19 | 0 | 0.45 | 265.38 | 0.1 | 0.49 |
| Hex | 7C | 71 | 8B | B | 13 | 0 | 2D | 109 | A | 31 |
| Octal | 174 | 161 | 213 | 13 | 23 | 0 | 55 | 411 | 12 | 61 |
| Binary | 1111100 | 1110001 | 10001011 | 1011 | 10011 | 0 | 101101 | 100001001 | 1010 | 110001 |
Color Harmonies of #7C718B
Complementary color
Monochromatic Colors of #7C718B
Black with #7C718B
Text Example
Text Example
White with #7C718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C718B; }
p { color: rgb(124,113,139); }
H1.HeaderClassName
{
color: #7C718B;
}
.AnyTagClassName
{
color: #7C718B;
}
</style>
background-color css
<style>
a { background-color: #7C718B; }
a { background-color: rgb(124,113,139); }
div.DivClassName
{
background-color: #7C718B;
}
.BgClassName
{
background-color: #7C718B;
}
</style>
border-color css
<style>
span { border-color: #7C718B; }
span { border-color: rgb(124,113,139); }
td.TdClassName
{
border-color: #7C718B;
}
.TagClassName
{
border-color: #7C718B;
}
</style>