Shades of Topaz #7F7C87
Tints of Topaz #7F7C87
RGB
CMYK
RGB Variations
Color information
#7F7C87 (or 0x7F7C87) is known color: Topaz. HEX triplet: 7F, 7C and 87. RGB value is (127,124,135). Sum of RGB (Red+Green+Blue) = 127+124+135=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F7C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7C87 is #808378. Grayscale: #7E7E7E. Windows color (decimal): -8422265 or 8879231. OLE color: 8879231.
HSL color Cylindrical-coordinate representation of color #7F7C87: hue angle of 256.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F7C87 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 124 | 135 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.47 |
| HSL | 256.36º | 0.04% | 0.51% | - |
| HSV(B) | 256.36º | 0.08% | 0.53% | - |
| XYZ | 20.33 | 20.68 | 25.84 | - |
| YUV | 126.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 135 | 0.06 | 0.08 | 0 | 0.47 | 256.36 | 0.04 | 0.51 |
| Hex | 7F | 7C | 87 | 6 | 8 | 0 | 2F | 100 | 4 | 33 |
| Octal | 177 | 174 | 207 | 6 | 10 | 0 | 57 | 400 | 4 | 63 |
| Binary | 1111111 | 1111100 | 10000111 | 110 | 1000 | 0 | 101111 | 100000000 | 100 | 110011 |
Color Harmonies of #7F7C87
Complementary color
Monochromatic Colors of #7F7C87
Black with #7F7C87
Text Example
Text Example
White with #7F7C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C87; }
p { color: rgb(127,124,135); }
H1.HeaderClassName
{
color: #7F7C87;
}
.AnyTagClassName
{
color: #7F7C87;
}
</style>
background-color css
<style>
a { background-color: #7F7C87; }
a { background-color: rgb(127,124,135); }
div.DivClassName
{
background-color: #7F7C87;
}
.BgClassName
{
background-color: #7F7C87;
}
</style>
border-color css
<style>
span { border-color: #7F7C87; }
span { border-color: rgb(127,124,135); }
td.TdClassName
{
border-color: #7F7C87;
}
.TagClassName
{
border-color: #7F7C87;
}
</style>