Shades of Topaz #7F7887
Tints of Topaz #7F7887
RGB
CMYK
RGB Variations
Color information
#7F7887 (or 0x7F7887) is known color: Topaz. HEX triplet: 7F, 78 and 87. RGB value is (127,120,135). Sum of RGB (Red+Green+Blue) = 127+120+135=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F7887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7887 is #808778. Grayscale: #7B7B7B. Windows color (decimal): -8423289 or 8878207. OLE color: 8878207.
HSL color Cylindrical-coordinate representation of color #7F7887: hue angle of 268º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7887 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 120 | 135 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.47 |
| HSL | 268º | 0.06% | 0.5% | - |
| HSV(B) | 268º | 0.11% | 0.53% | - |
| XYZ | 19.84 | 19.69 | 25.68 | - |
| YUV | 123.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 135 | 0.06 | 0.11 | 0 | 0.47 | 268 | 0.06 | 0.5 |
| Hex | 7F | 78 | 87 | 6 | B | 0 | 2F | 10C | 6 | 32 |
| Octal | 177 | 170 | 207 | 6 | 13 | 0 | 57 | 414 | 6 | 62 |
| Binary | 1111111 | 1111000 | 10000111 | 110 | 1011 | 0 | 101111 | 100001100 | 110 | 110010 |
Color Harmonies of #7F7887
Complementary color
Monochromatic Colors of #7F7887
Black with #7F7887
Text Example
Text Example
White with #7F7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7887; }
p { color: rgb(127,120,135); }
H1.HeaderClassName
{
color: #7F7887;
}
.AnyTagClassName
{
color: #7F7887;
}
</style>
background-color css
<style>
a { background-color: #7F7887; }
a { background-color: rgb(127,120,135); }
div.DivClassName
{
background-color: #7F7887;
}
.BgClassName
{
background-color: #7F7887;
}
</style>
border-color css
<style>
span { border-color: #7F7887; }
span { border-color: rgb(127,120,135); }
td.TdClassName
{
border-color: #7F7887;
}
.TagClassName
{
border-color: #7F7887;
}
</style>