Shades of Topaz #7F6F8F
Tints of Topaz #7F6F8F
RGB
CMYK
RGB Variations
Color information
#7F6F8F (or 0x7F6F8F) is known color: Topaz. HEX triplet: 7F, 6F and 8F. RGB value is (127,111,143). Sum of RGB (Red+Green+Blue) = 127+111+143=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F6F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6F8F is #809070. Grayscale: #777777. Windows color (decimal): -8425585 or 9400191. OLE color: 9400191.
HSL color Cylindrical-coordinate representation of color #7F6F8F: hue angle of 270º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6F8F is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 111 | 143 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.44 |
| HSL | 270º | 0.13% | 0.5% | - |
| HSV(B) | 270º | 0.22% | 0.56% | - |
| XYZ | 19.39 | 17.86 | 28.41 | - |
| YUV | 119.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 143 | 0.11 | 0.22 | 0 | 0.44 | 270 | 0.13 | 0.5 |
| Hex | 7F | 6F | 8F | B | 16 | 0 | 2C | 10E | D | 32 |
| Octal | 177 | 157 | 217 | 13 | 26 | 0 | 54 | 416 | 15 | 62 |
| Binary | 1111111 | 1101111 | 10001111 | 1011 | 10110 | 0 | 101100 | 100001110 | 1101 | 110010 |
Color Harmonies of #7F6F8F
Complementary color
Monochromatic Colors of #7F6F8F
Black with #7F6F8F
Text Example
Text Example
White with #7F6F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6F8F; }
p { color: rgb(127,111,143); }
H1.HeaderClassName
{
color: #7F6F8F;
}
.AnyTagClassName
{
color: #7F6F8F;
}
</style>
background-color css
<style>
a { background-color: #7F6F8F; }
a { background-color: rgb(127,111,143); }
div.DivClassName
{
background-color: #7F6F8F;
}
.BgClassName
{
background-color: #7F6F8F;
}
</style>
border-color css
<style>
span { border-color: #7F6F8F; }
span { border-color: rgb(127,111,143); }
td.TdClassName
{
border-color: #7F6F8F;
}
.TagClassName
{
border-color: #7F6F8F;
}
</style>