Shades of Topaz #7F788D
Tints of Topaz #7F788D
RGB
CMYK
RGB Variations
Color information
#7F788D (or 0x7F788D) is known color: Topaz. HEX triplet: 7F, 78 and 8D. RGB value is (127,120,141). Sum of RGB (Red+Green+Blue) = 127+120+141=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F788D is #808772. Grayscale: #7C7C7C. Windows color (decimal): -8423283 or 9271423. OLE color: 9271423.
HSL color Cylindrical-coordinate representation of color #7F788D: hue angle of 260º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F788D is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 120 | 141 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.45 |
| HSL | 260º | 0.08% | 0.51% | - |
| HSV(B) | 260º | 0.15% | 0.55% | - |
| XYZ | 20.28 | 19.87 | 27.97 | - |
| YUV | 124.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 141 | 0.10 | 0.15 | 0 | 0.45 | 260 | 0.08 | 0.51 |
| Hex | 7F | 78 | 8D | A | F | 0 | 2D | 104 | 8 | 33 |
| Octal | 177 | 170 | 215 | 12 | 17 | 0 | 55 | 404 | 10 | 63 |
| Binary | 1111111 | 1111000 | 10001101 | 1010 | 1111 | 0 | 101101 | 100000100 | 1000 | 110011 |
Color Harmonies of #7F788D
Complementary color
Monochromatic Colors of #7F788D
Black with #7F788D
Text Example
Text Example
White with #7F788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F788D; }
p { color: rgb(127,120,141); }
H1.HeaderClassName
{
color: #7F788D;
}
.AnyTagClassName
{
color: #7F788D;
}
</style>
background-color css
<style>
a { background-color: #7F788D; }
a { background-color: rgb(127,120,141); }
div.DivClassName
{
background-color: #7F788D;
}
.BgClassName
{
background-color: #7F788D;
}
</style>
border-color css
<style>
span { border-color: #7F788D; }
span { border-color: rgb(127,120,141); }
td.TdClassName
{
border-color: #7F788D;
}
.TagClassName
{
border-color: #7F788D;
}
</style>