Shades of Topaz #7F7B88
Tints of Topaz #7F7B88
RGB
CMYK
RGB Variations
Color information
#7F7B88 (or 0x7F7B88) is known color: Topaz. HEX triplet: 7F, 7B and 88. RGB value is (127,123,136). Sum of RGB (Red+Green+Blue) = 127+123+136=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F7B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7B88 is #808477. Grayscale: #7D7D7D. Windows color (decimal): -8422520 or 8944511. OLE color: 8944511.
HSL color Cylindrical-coordinate representation of color #7F7B88: hue angle of 258.46º degrees, saturation: 0.05, 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 #7F7B88 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 123 | 136 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.47 |
| HSL | 258.46º | 0.05% | 0.51% | - |
| HSV(B) | 258.46º | 0.1% | 0.53% | - |
| XYZ | 20.28 | 20.46 | 26.17 | - |
| YUV | 125.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 136 | 0.07 | 0.10 | 0 | 0.47 | 258.46 | 0.05 | 0.51 |
| Hex | 7F | 7B | 88 | 7 | A | 0 | 2F | 102 | 5 | 33 |
| Octal | 177 | 173 | 210 | 7 | 12 | 0 | 57 | 402 | 5 | 63 |
| Binary | 1111111 | 1111011 | 10001000 | 111 | 1010 | 0 | 101111 | 100000010 | 101 | 110011 |
Color Harmonies of #7F7B88
Complementary color
Monochromatic Colors of #7F7B88
Black with #7F7B88
Text Example
Text Example
White with #7F7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B88; }
p { color: rgb(127,123,136); }
H1.HeaderClassName
{
color: #7F7B88;
}
.AnyTagClassName
{
color: #7F7B88;
}
</style>
background-color css
<style>
a { background-color: #7F7B88; }
a { background-color: rgb(127,123,136); }
div.DivClassName
{
background-color: #7F7B88;
}
.BgClassName
{
background-color: #7F7B88;
}
</style>
border-color css
<style>
span { border-color: #7F7B88; }
span { border-color: rgb(127,123,136); }
td.TdClassName
{
border-color: #7F7B88;
}
.TagClassName
{
border-color: #7F7B88;
}
</style>