Shades of Topaz #7F758E
Tints of Topaz #7F758E
RGB
CMYK
RGB Variations
Color information
#7F758E (or 0x7F758E) is known color: Topaz. HEX triplet: 7F, 75 and 8E. RGB value is (127,117,142). Sum of RGB (Red+Green+Blue) = 127+117+142=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F758E is #808A71. Grayscale: #7A7A7A. Windows color (decimal): -8424050 or 9336191. OLE color: 9336191.
HSL color Cylindrical-coordinate representation of color #7F758E: hue angle of 264º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F758E is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 117 | 142 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.44 |
| HSL | 264º | 0.1% | 0.51% | - |
| HSV(B) | 264º | 0.18% | 0.56% | - |
| XYZ | 20 | 19.19 | 28.24 | - |
| YUV | 122.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 142 | 0.11 | 0.18 | 0 | 0.44 | 264 | 0.1 | 0.51 |
| Hex | 7F | 75 | 8E | B | 12 | 0 | 2C | 108 | A | 33 |
| Octal | 177 | 165 | 216 | 13 | 22 | 0 | 54 | 410 | 12 | 63 |
| Binary | 1111111 | 1110101 | 10001110 | 1011 | 10010 | 0 | 101100 | 100001000 | 1010 | 110011 |
Color Harmonies of #7F758E
Complementary color
Monochromatic Colors of #7F758E
Black with #7F758E
Text Example
Text Example
White with #7F758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F758E; }
p { color: rgb(127,117,142); }
H1.HeaderClassName
{
color: #7F758E;
}
.AnyTagClassName
{
color: #7F758E;
}
</style>
background-color css
<style>
a { background-color: #7F758E; }
a { background-color: rgb(127,117,142); }
div.DivClassName
{
background-color: #7F758E;
}
.BgClassName
{
background-color: #7F758E;
}
</style>
border-color css
<style>
span { border-color: #7F758E; }
span { border-color: rgb(127,117,142); }
td.TdClassName
{
border-color: #7F758E;
}
.TagClassName
{
border-color: #7F758E;
}
</style>