Shades of Topaz #7F7B8F
Tints of Topaz #7F7B8F
RGB
CMYK
RGB Variations
Color information
#7F7B8F (or 0x7F7B8F) is known color: Topaz. HEX triplet: 7F, 7B and 8F. RGB value is (127,123,143). Sum of RGB (Red+Green+Blue) = 127+123+143=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F7B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7B8F is #808470. Grayscale: #7E7E7E. Windows color (decimal): -8422513 or 9403263. OLE color: 9403263.
HSL color Cylindrical-coordinate representation of color #7F7B8F: hue angle of 252º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F7B8F is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 123 | 143 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.44 |
| HSL | 252º | 0.08% | 0.52% | - |
| HSV(B) | 252º | 0.14% | 0.56% | - |
| XYZ | 20.79 | 20.66 | 28.88 | - |
| YUV | 126.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 143 | 0.11 | 0.14 | 0 | 0.44 | 252 | 0.08 | 0.52 |
| Hex | 7F | 7B | 8F | B | E | 0 | 2C | FC | 8 | 34 |
| Octal | 177 | 173 | 217 | 13 | 16 | 0 | 54 | 374 | 10 | 64 |
| Binary | 1111111 | 1111011 | 10001111 | 1011 | 1110 | 0 | 101100 | 11111100 | 1000 | 110100 |
Color Harmonies of #7F7B8F
Complementary color
Monochromatic Colors of #7F7B8F
Black with #7F7B8F
Text Example
Text Example
White with #7F7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B8F; }
p { color: rgb(127,123,143); }
H1.HeaderClassName
{
color: #7F7B8F;
}
.AnyTagClassName
{
color: #7F7B8F;
}
</style>
background-color css
<style>
a { background-color: #7F7B8F; }
a { background-color: rgb(127,123,143); }
div.DivClassName
{
background-color: #7F7B8F;
}
.BgClassName
{
background-color: #7F7B8F;
}
</style>
border-color css
<style>
span { border-color: #7F7B8F; }
span { border-color: rgb(127,123,143); }
td.TdClassName
{
border-color: #7F7B8F;
}
.TagClassName
{
border-color: #7F7B8F;
}
</style>