Shades of Topaz #7F7090
Tints of Topaz #7F7090
RGB
CMYK
RGB Variations
Color information
#7F7090 (or 0x7F7090) is known color: Topaz. HEX triplet: 7F, 70 and 90. RGB value is (127,112,144). Sum of RGB (Red+Green+Blue) = 127+112+144=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F7090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7090 is #808F6F. Grayscale: #787878. Windows color (decimal): -8425328 or 9465983. OLE color: 9465983.
HSL color Cylindrical-coordinate representation of color #7F7090: hue angle of 268.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F7090 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 112 | 144 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.44 |
| HSL | 268.13º | 0.13% | 0.5% | - |
| HSV(B) | 268.13º | 0.22% | 0.56% | - |
| XYZ | 19.58 | 18.11 | 28.85 | - |
| YUV | 120.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 144 | 0.12 | 0.22 | 0 | 0.44 | 268.13 | 0.13 | 0.5 |
| Hex | 7F | 70 | 90 | C | 16 | 0 | 2C | 10C | D | 32 |
| Octal | 177 | 160 | 220 | 14 | 26 | 0 | 54 | 414 | 15 | 62 |
| Binary | 1111111 | 1110000 | 10010000 | 1100 | 10110 | 0 | 101100 | 100001100 | 1101 | 110010 |
Color Harmonies of #7F7090
Complementary color
Monochromatic Colors of #7F7090
Black with #7F7090
Text Example
Text Example
White with #7F7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7090; }
p { color: rgb(127,112,144); }
H1.HeaderClassName
{
color: #7F7090;
}
.AnyTagClassName
{
color: #7F7090;
}
</style>
background-color css
<style>
a { background-color: #7F7090; }
a { background-color: rgb(127,112,144); }
div.DivClassName
{
background-color: #7F7090;
}
.BgClassName
{
background-color: #7F7090;
}
</style>
border-color css
<style>
span { border-color: #7F7090; }
span { border-color: rgb(127,112,144); }
td.TdClassName
{
border-color: #7F7090;
}
.TagClassName
{
border-color: #7F7090;
}
</style>