Shades of Topaz #7F7C84
Tints of Topaz #7F7C84
RGB
CMYK
RGB Variations
Color information
#7F7C84 (or 0x7F7C84) is known color: Topaz. HEX triplet: 7F, 7C and 84. RGB value is (127,124,132). Sum of RGB (Red+Green+Blue) = 127+124+132=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F7C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7C84 is #80837B. Grayscale: #7D7D7D. Windows color (decimal): -8422268 or 8682623. OLE color: 8682623.
HSL color Cylindrical-coordinate representation of color #7F7C84: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7F7C84 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 124 | 132 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.48 |
| HSL | 262.5º | 0.03% | 0.5% | - |
| HSV(B) | 262.5º | 0.06% | 0.52% | - |
| XYZ | 20.12 | 20.59 | 24.74 | - |
| YUV | 125.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 132 | 0.04 | 0.06 | 0 | 0.48 | 262.5 | 0.03 | 0.5 |
| Hex | 7F | 7C | 84 | 4 | 6 | 0 | 30 | 106 | 3 | 32 |
| Octal | 177 | 174 | 204 | 4 | 6 | 0 | 60 | 406 | 3 | 62 |
| Binary | 1111111 | 1111100 | 10000100 | 100 | 110 | 0 | 110000 | 100000110 | 11 | 110010 |
Color Harmonies of #7F7C84
Complementary color
Monochromatic Colors of #7F7C84
Black with #7F7C84
Text Example
Text Example
White with #7F7C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7C84; }
p { color: rgb(127,124,132); }
H1.HeaderClassName
{
color: #7F7C84;
}
.AnyTagClassName
{
color: #7F7C84;
}
</style>
background-color css
<style>
a { background-color: #7F7C84; }
a { background-color: rgb(127,124,132); }
div.DivClassName
{
background-color: #7F7C84;
}
.BgClassName
{
background-color: #7F7C84;
}
</style>
border-color css
<style>
span { border-color: #7F7C84; }
span { border-color: rgb(127,124,132); }
td.TdClassName
{
border-color: #7F7C84;
}
.TagClassName
{
border-color: #7F7C84;
}
</style>