Shades of Topaz #7F7389
Tints of Topaz #7F7389
RGB
CMYK
RGB Variations
Color information
#7F7389 (or 0x7F7389) is known color: Topaz. HEX triplet: 7F, 73 and 89. RGB value is (127,115,137). Sum of RGB (Red+Green+Blue) = 127+115+137=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F7389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7389 is #808C76. Grayscale: #797979. Windows color (decimal): -8424567 or 9007999. OLE color: 9007999.
HSL color Cylindrical-coordinate representation of color #7F7389: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F7389 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 115 | 137 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.46 |
| HSL | 272.73º | 0.09% | 0.49% | - |
| HSV(B) | 272.73º | 0.16% | 0.54% | - |
| XYZ | 19.4 | 18.58 | 26.23 | - |
| YUV | 121.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 137 | 0.07 | 0.16 | 0 | 0.46 | 272.73 | 0.09 | 0.49 |
| Hex | 7F | 73 | 89 | 7 | 10 | 0 | 2E | 111 | 9 | 31 |
| Octal | 177 | 163 | 211 | 7 | 20 | 0 | 56 | 421 | 11 | 61 |
| Binary | 1111111 | 1110011 | 10001001 | 111 | 10000 | 0 | 101110 | 100010001 | 1001 | 110001 |
Color Harmonies of #7F7389
Complementary color
Monochromatic Colors of #7F7389
Black with #7F7389
Text Example
Text Example
White with #7F7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7389; }
p { color: rgb(127,115,137); }
H1.HeaderClassName
{
color: #7F7389;
}
.AnyTagClassName
{
color: #7F7389;
}
</style>
background-color css
<style>
a { background-color: #7F7389; }
a { background-color: rgb(127,115,137); }
div.DivClassName
{
background-color: #7F7389;
}
.BgClassName
{
background-color: #7F7389;
}
</style>
border-color css
<style>
span { border-color: #7F7389; }
span { border-color: rgb(127,115,137); }
td.TdClassName
{
border-color: #7F7389;
}
.TagClassName
{
border-color: #7F7389;
}
</style>