Shades of Topaz #7F6E90
Tints of Topaz #7F6E90
RGB
CMYK
RGB Variations
Color information
#7F6E90 (or 0x7F6E90) is known color: Topaz. HEX triplet: 7F, 6E and 90. RGB value is (127,110,144). Sum of RGB (Red+Green+Blue) = 127+110+144=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F6E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6E90 is #80916F. Grayscale: #767676. Windows color (decimal): -8425840 or 9465471. OLE color: 9465471.
HSL color Cylindrical-coordinate representation of color #7F6E90: hue angle of 270º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6E90 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 110 | 144 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.44 |
| HSL | 270º | 0.13% | 0.5% | - |
| HSV(B) | 270º | 0.24% | 0.56% | - |
| XYZ | 19.36 | 17.68 | 28.78 | - |
| YUV | 118.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 144 | 0.12 | 0.24 | 0 | 0.44 | 270 | 0.13 | 0.5 |
| Hex | 7F | 6E | 90 | C | 18 | 0 | 2C | 10E | D | 32 |
| Octal | 177 | 156 | 220 | 14 | 30 | 0 | 54 | 416 | 15 | 62 |
| Binary | 1111111 | 1101110 | 10010000 | 1100 | 11000 | 0 | 101100 | 100001110 | 1101 | 110010 |
Color Harmonies of #7F6E90
Complementary color
Monochromatic Colors of #7F6E90
Black with #7F6E90
Text Example
Text Example
White with #7F6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E90; }
p { color: rgb(127,110,144); }
H1.HeaderClassName
{
color: #7F6E90;
}
.AnyTagClassName
{
color: #7F6E90;
}
</style>
background-color css
<style>
a { background-color: #7F6E90; }
a { background-color: rgb(127,110,144); }
div.DivClassName
{
background-color: #7F6E90;
}
.BgClassName
{
background-color: #7F6E90;
}
</style>
border-color css
<style>
span { border-color: #7F6E90; }
span { border-color: rgb(127,110,144); }
td.TdClassName
{
border-color: #7F6E90;
}
.TagClassName
{
border-color: #7F6E90;
}
</style>