Shades of Topaz #767080
Tints of Topaz #767080
RGB
CMYK
RGB Variations
Color information
#767080 (or 0x767080) is known color: Topaz. HEX triplet: 76, 70 and 80. RGB value is (118,112,128). Sum of RGB (Red+Green+Blue) = 118+112+128=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #767080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767080 is #898F7F. Grayscale: #737373. Windows color (decimal): -9015168 or 8417398. OLE color: 8417398.
HSL color Cylindrical-coordinate representation of color #767080: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767080 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 112 | 128 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.50 |
| HSL | 262.5º | 0.07% | 0.47% | - |
| HSV(B) | 262.5º | 0.13% | 0.5% | - |
| XYZ | 17.16 | 17 | 22.8 | - |
| YUV | 115.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 128 | 0.08 | 0.12 | 0 | 0.50 | 262.5 | 0.07 | 0.47 |
| Hex | 76 | 70 | 80 | 8 | C | 0 | 32 | 106 | 7 | 2F |
| Octal | 166 | 160 | 200 | 10 | 14 | 0 | 62 | 406 | 7 | 57 |
| Binary | 1110110 | 1110000 | 10000000 | 1000 | 1100 | 0 | 110010 | 100000110 | 111 | 101111 |
Color Harmonies of #767080
Complementary color
Monochromatic Colors of #767080
Black with #767080
Text Example
Text Example
White with #767080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767080; }
p { color: rgb(118,112,128); }
H1.HeaderClassName
{
color: #767080;
}
.AnyTagClassName
{
color: #767080;
}
</style>
background-color css
<style>
a { background-color: #767080; }
a { background-color: rgb(118,112,128); }
div.DivClassName
{
background-color: #767080;
}
.BgClassName
{
background-color: #767080;
}
</style>
border-color css
<style>
span { border-color: #767080; }
span { border-color: rgb(118,112,128); }
td.TdClassName
{
border-color: #767080;
}
.TagClassName
{
border-color: #767080;
}
</style>