Shades of Topaz #7F7A88
Tints of Topaz #7F7A88
RGB
CMYK
RGB Variations
Color information
#7F7A88 (or 0x7F7A88) is known color: Topaz. HEX triplet: 7F, 7A and 88. RGB value is (127,122,136). Sum of RGB (Red+Green+Blue) = 127+122+136=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F7A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7A88 is #808577. Grayscale: #7D7D7D. Windows color (decimal): -8422776 or 8944255. OLE color: 8944255.
HSL color Cylindrical-coordinate representation of color #7F7A88: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F7A88 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 122 | 136 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.47 |
| HSL | 261.43º | 0.06% | 0.51% | - |
| HSV(B) | 261.43º | 0.1% | 0.53% | - |
| XYZ | 20.16 | 20.21 | 26.13 | - |
| YUV | 125.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 136 | 0.07 | 0.10 | 0 | 0.47 | 261.43 | 0.06 | 0.51 |
| Hex | 7F | 7A | 88 | 7 | A | 0 | 2F | 105 | 6 | 33 |
| Octal | 177 | 172 | 210 | 7 | 12 | 0 | 57 | 405 | 6 | 63 |
| Binary | 1111111 | 1111010 | 10001000 | 111 | 1010 | 0 | 101111 | 100000101 | 110 | 110011 |
Color Harmonies of #7F7A88
Complementary color
Monochromatic Colors of #7F7A88
Black with #7F7A88
Text Example
Text Example
White with #7F7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A88; }
p { color: rgb(127,122,136); }
H1.HeaderClassName
{
color: #7F7A88;
}
.AnyTagClassName
{
color: #7F7A88;
}
</style>
background-color css
<style>
a { background-color: #7F7A88; }
a { background-color: rgb(127,122,136); }
div.DivClassName
{
background-color: #7F7A88;
}
.BgClassName
{
background-color: #7F7A88;
}
</style>
border-color css
<style>
span { border-color: #7F7A88; }
span { border-color: rgb(127,122,136); }
td.TdClassName
{
border-color: #7F7A88;
}
.TagClassName
{
border-color: #7F7A88;
}
</style>