Shades of Topaz #7F7A8B
Tints of Topaz #7F7A8B
RGB
CMYK
RGB Variations
Color information
#7F7A8B (or 0x7F7A8B) is known color: Topaz. HEX triplet: 7F, 7A and 8B. RGB value is (127,122,139). Sum of RGB (Red+Green+Blue) = 127+122+139=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7A8B is #808574. Grayscale: #7D7D7D. Windows color (decimal): -8422773 or 9140863. OLE color: 9140863.
HSL color Cylindrical-coordinate representation of color #7F7A8B: hue angle of 257.65º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7A8B is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 122 | 139 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.45 |
| HSL | 257.65º | 0.07% | 0.51% | - |
| HSV(B) | 257.65º | 0.12% | 0.55% | - |
| XYZ | 20.37 | 20.3 | 27.27 | - |
| YUV | 125.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 139 | 0.09 | 0.12 | 0 | 0.45 | 257.65 | 0.07 | 0.51 |
| Hex | 7F | 7A | 8B | 9 | C | 0 | 2D | 102 | 7 | 33 |
| Octal | 177 | 172 | 213 | 11 | 14 | 0 | 55 | 402 | 7 | 63 |
| Binary | 1111111 | 1111010 | 10001011 | 1001 | 1100 | 0 | 101101 | 100000010 | 111 | 110011 |
Color Harmonies of #7F7A8B
Complementary color
Monochromatic Colors of #7F7A8B
Black with #7F7A8B
Text Example
Text Example
White with #7F7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A8B; }
p { color: rgb(127,122,139); }
H1.HeaderClassName
{
color: #7F7A8B;
}
.AnyTagClassName
{
color: #7F7A8B;
}
</style>
background-color css
<style>
a { background-color: #7F7A8B; }
a { background-color: rgb(127,122,139); }
div.DivClassName
{
background-color: #7F7A8B;
}
.BgClassName
{
background-color: #7F7A8B;
}
</style>
border-color css
<style>
span { border-color: #7F7A8B; }
span { border-color: rgb(127,122,139); }
td.TdClassName
{
border-color: #7F7A8B;
}
.TagClassName
{
border-color: #7F7A8B;
}
</style>