Shades of Topaz #80708B
Tints of Topaz #80708B
RGB
CMYK
RGB Variations
Color information
#80708B (or 0x80708B) is known color: Topaz. HEX triplet: 80, 70 and 8B. RGB value is (128,112,139). Sum of RGB (Red+Green+Blue) = 128+112+139=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #80708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80708B is #7F8F74. Grayscale: #777777. Windows color (decimal): -8359797 or 9138304. OLE color: 9138304.
HSL color Cylindrical-coordinate representation of color #80708B: hue angle of 275.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80708B is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 112 | 139 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.45 |
| HSL | 275.56º | 0.11% | 0.49% | - |
| HSV(B) | 275.56º | 0.19% | 0.55% | - |
| XYZ | 19.36 | 18.04 | 26.89 | - |
| YUV | 119.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 139 | 0.08 | 0.19 | 0 | 0.45 | 275.56 | 0.11 | 0.49 |
| Hex | 80 | 70 | 8B | 8 | 13 | 0 | 2D | 114 | B | 31 |
| Octal | 200 | 160 | 213 | 10 | 23 | 0 | 55 | 424 | 13 | 61 |
| Binary | 10000000 | 1110000 | 10001011 | 1000 | 10011 | 0 | 101101 | 100010100 | 1011 | 110001 |
Color Harmonies of #80708B
Complementary color
Monochromatic Colors of #80708B
Black with #80708B
Text Example
Text Example
White with #80708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80708B; }
p { color: rgb(128,112,139); }
H1.HeaderClassName
{
color: #80708B;
}
.AnyTagClassName
{
color: #80708B;
}
</style>
background-color css
<style>
a { background-color: #80708B; }
a { background-color: rgb(128,112,139); }
div.DivClassName
{
background-color: #80708B;
}
.BgClassName
{
background-color: #80708B;
}
</style>
border-color css
<style>
span { border-color: #80708B; }
span { border-color: rgb(128,112,139); }
td.TdClassName
{
border-color: #80708B;
}
.TagClassName
{
border-color: #80708B;
}
</style>