Shades of Topaz #7F6B91
Tints of Topaz #7F6B91
RGB
CMYK
RGB Variations
Color information
#7F6B91 (or 0x7F6B91) is known color: Topaz. HEX triplet: 7F, 6B and 91. RGB value is (127,107,145). Sum of RGB (Red+Green+Blue) = 127+107+145=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F6B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6B91 is #80946E. Grayscale: #757575. Windows color (decimal): -8426607 or 9530239. OLE color: 9530239.
HSL color Cylindrical-coordinate representation of color #7F6B91: hue angle of 271.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F6B91 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 107 | 145 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.43 |
| HSL | 271.58º | 0.15% | 0.49% | - |
| HSV(B) | 271.58º | 0.26% | 0.57% | - |
| XYZ | 19.12 | 17.07 | 29.08 | - |
| YUV | 117.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 145 | 0.12 | 0.26 | 0 | 0.43 | 271.58 | 0.15 | 0.49 |
| Hex | 7F | 6B | 91 | C | 1A | 0 | 2B | 110 | F | 31 |
| Octal | 177 | 153 | 221 | 14 | 32 | 0 | 53 | 420 | 17 | 61 |
| Binary | 1111111 | 1101011 | 10010001 | 1100 | 11010 | 0 | 101011 | 100010000 | 1111 | 110001 |
Color Harmonies of #7F6B91
Complementary color
Monochromatic Colors of #7F6B91
Black with #7F6B91
Text Example
Text Example
White with #7F6B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B91; }
p { color: rgb(127,107,145); }
H1.HeaderClassName
{
color: #7F6B91;
}
.AnyTagClassName
{
color: #7F6B91;
}
</style>
background-color css
<style>
a { background-color: #7F6B91; }
a { background-color: rgb(127,107,145); }
div.DivClassName
{
background-color: #7F6B91;
}
.BgClassName
{
background-color: #7F6B91;
}
</style>
border-color css
<style>
span { border-color: #7F6B91; }
span { border-color: rgb(127,107,145); }
td.TdClassName
{
border-color: #7F6B91;
}
.TagClassName
{
border-color: #7F6B91;
}
</style>