Shades of Topaz #7F768D
Tints of Topaz #7F768D
RGB
CMYK
RGB Variations
Color information
#7F768D (or 0x7F768D) is known color: Topaz. HEX triplet: 7F, 76 and 8D. RGB value is (127,118,141). Sum of RGB (Red+Green+Blue) = 127+118+141=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F768D is #808972. Grayscale: #7B7B7B. Windows color (decimal): -8423795 or 9270911. OLE color: 9270911.
HSL color Cylindrical-coordinate representation of color #7F768D: hue angle of 263.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F768D is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 127 | 118 | 141 | - |
CMYK | 0.10 | 0.16 | 0 | 0.45 |
HSL | 263.48º | 0.09% | 0.51% | - |
HSV(B) | 263.48º | 0.16% | 0.55% | - |
XYZ | 20.04 | 19.39 | 27.89 | - |
YUV | 123.31 | 137.98 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 118 | 141 | 0.10 | 0.16 | 0 | 0.45 | 263.48 | 0.09 | 0.51 |
Hex | 7F | 76 | 8D | A | 10 | 0 | 2D | 107 | 9 | 33 |
Octal | 177 | 166 | 215 | 12 | 20 | 0 | 55 | 407 | 11 | 63 |
Binary | 1111111 | 1110110 | 10001101 | 1010 | 10000 | 0 | 101101 | 100000111 | 1001 | 110011 |
Color Harmonies of #7F768D
Complementary color
Monochromatic Colors of #7F768D
Black with #7F768D
Text Example
Text Example
White with #7F768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F768D; }
p { color: rgb(127,118,141); }
H1.HeaderClassName
{
color: #7F768D;
}
.AnyTagClassName
{
color: #7F768D;
}
</style>
background-color css
<style>
a { background-color: #7F768D; }
a { background-color: rgb(127,118,141); }
div.DivClassName
{
background-color: #7F768D;
}
.BgClassName
{
background-color: #7F768D;
}
</style>
border-color css
<style>
span { border-color: #7F768D; }
span { border-color: rgb(127,118,141); }
td.TdClassName
{
border-color: #7F768D;
}
.TagClassName
{
border-color: #7F768D;
}
</style>