Shades of Topaz #7F7890
Tints of Topaz #7F7890
RGB
CMYK
RGB Variations
Color information
#7F7890 (or 0x7F7890) is known color: Topaz. HEX triplet: 7F, 78 and 90. RGB value is (127,120,144). Sum of RGB (Red+Green+Blue) = 127+120+144=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7890 is #80876F. Grayscale: #7C7C7C. Windows color (decimal): -8423280 or 9468031. OLE color: 9468031.
HSL color Cylindrical-coordinate representation of color #7F7890: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F7890 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 120 | 144 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.44 |
| HSL | 257.5º | 0.1% | 0.52% | - |
| HSV(B) | 257.5º | 0.17% | 0.56% | - |
| XYZ | 20.5 | 19.96 | 29.16 | - |
| YUV | 124.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 144 | 0.12 | 0.17 | 0 | 0.44 | 257.5 | 0.1 | 0.52 |
| Hex | 7F | 78 | 90 | C | 11 | 0 | 2C | 102 | A | 34 |
| Octal | 177 | 170 | 220 | 14 | 21 | 0 | 54 | 402 | 12 | 64 |
| Binary | 1111111 | 1111000 | 10010000 | 1100 | 10001 | 0 | 101100 | 100000010 | 1010 | 110100 |
Color Harmonies of #7F7890
Complementary color
Monochromatic Colors of #7F7890
Black with #7F7890
Text Example
Text Example
White with #7F7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7890; }
p { color: rgb(127,120,144); }
H1.HeaderClassName
{
color: #7F7890;
}
.AnyTagClassName
{
color: #7F7890;
}
</style>
background-color css
<style>
a { background-color: #7F7890; }
a { background-color: rgb(127,120,144); }
div.DivClassName
{
background-color: #7F7890;
}
.BgClassName
{
background-color: #7F7890;
}
</style>
border-color css
<style>
span { border-color: #7F7890; }
span { border-color: rgb(127,120,144); }
td.TdClassName
{
border-color: #7F7890;
}
.TagClassName
{
border-color: #7F7890;
}
</style>