Shades of Topaz #7F708D
Tints of Topaz #7F708D
RGB
CMYK
RGB Variations
Color information
#7F708D (or 0x7F708D) is known color: Topaz. HEX triplet: 7F, 70 and 8D. RGB value is (127,112,141). Sum of RGB (Red+Green+Blue) = 127+112+141=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F708D is #808F72. Grayscale: #777777. Windows color (decimal): -8425331 or 9269375. OLE color: 9269375.
HSL color Cylindrical-coordinate representation of color #7F708D: hue angle of 271.03º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F708D is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 112 | 141 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.45 |
| HSL | 271.03º | 0.11% | 0.5% | - |
| HSV(B) | 271.03º | 0.21% | 0.55% | - |
| XYZ | 19.35 | 18.02 | 27.66 | - |
| YUV | 119.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 141 | 0.10 | 0.21 | 0 | 0.45 | 271.03 | 0.11 | 0.5 |
| Hex | 7F | 70 | 8D | A | 15 | 0 | 2D | 10F | B | 32 |
| Octal | 177 | 160 | 215 | 12 | 25 | 0 | 55 | 417 | 13 | 62 |
| Binary | 1111111 | 1110000 | 10001101 | 1010 | 10101 | 0 | 101101 | 100001111 | 1011 | 110010 |
Color Harmonies of #7F708D
Complementary color
Monochromatic Colors of #7F708D
Black with #7F708D
Text Example
Text Example
White with #7F708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F708D; }
p { color: rgb(127,112,141); }
H1.HeaderClassName
{
color: #7F708D;
}
.AnyTagClassName
{
color: #7F708D;
}
</style>
background-color css
<style>
a { background-color: #7F708D; }
a { background-color: rgb(127,112,141); }
div.DivClassName
{
background-color: #7F708D;
}
.BgClassName
{
background-color: #7F708D;
}
</style>
border-color css
<style>
span { border-color: #7F708D; }
span { border-color: rgb(127,112,141); }
td.TdClassName
{
border-color: #7F708D;
}
.TagClassName
{
border-color: #7F708D;
}
</style>