Shades of Topaz #7F7D87
Tints of Topaz #7F7D87
RGB
CMYK
RGB Variations
Color information
#7F7D87 (or 0x7F7D87) is known color: Topaz. HEX triplet: 7F, 7D and 87. RGB value is (127,125,135). Sum of RGB (Red+Green+Blue) = 127+125+135=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F7D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7D87 is #808278. Grayscale: #7E7E7E. Windows color (decimal): -8422009 or 8879487. OLE color: 8879487.
HSL color Cylindrical-coordinate representation of color #7F7D87: hue angle of 252º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F7D87 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 125 | 135 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.47 |
| HSL | 252º | 0.04% | 0.51% | - |
| HSV(B) | 252º | 0.07% | 0.53% | - |
| XYZ | 20.46 | 20.93 | 25.88 | - |
| YUV | 126.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 135 | 0.06 | 0.07 | 0 | 0.47 | 252 | 0.04 | 0.51 |
| Hex | 7F | 7D | 87 | 6 | 7 | 0 | 2F | FC | 4 | 33 |
| Octal | 177 | 175 | 207 | 6 | 7 | 0 | 57 | 374 | 4 | 63 |
| Binary | 1111111 | 1111101 | 10000111 | 110 | 111 | 0 | 101111 | 11111100 | 100 | 110011 |
Color Harmonies of #7F7D87
Complementary color
Monochromatic Colors of #7F7D87
Black with #7F7D87
Text Example
Text Example
White with #7F7D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D87; }
p { color: rgb(127,125,135); }
H1.HeaderClassName
{
color: #7F7D87;
}
.AnyTagClassName
{
color: #7F7D87;
}
</style>
background-color css
<style>
a { background-color: #7F7D87; }
a { background-color: rgb(127,125,135); }
div.DivClassName
{
background-color: #7F7D87;
}
.BgClassName
{
background-color: #7F7D87;
}
</style>
border-color css
<style>
span { border-color: #7F7D87; }
span { border-color: rgb(127,125,135); }
td.TdClassName
{
border-color: #7F7D87;
}
.TagClassName
{
border-color: #7F7D87;
}
</style>