Shades of Topaz #80788D
Tints of Topaz #80788D
RGB
CMYK
RGB Variations
Color information
#80788D (or 0x80788D) is known color: Topaz. HEX triplet: 80, 78 and 8D. RGB value is (128,120,141). Sum of RGB (Red+Green+Blue) = 128+120+141=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #80788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80788D is #7F8772. Grayscale: #7C7C7C. Windows color (decimal): -8357747 or 9271424. OLE color: 9271424.
HSL color Cylindrical-coordinate representation of color #80788D: hue angle of 262.86º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80788D is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 120 | 141 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.45 |
| HSL | 262.86º | 0.08% | 0.51% | - |
| HSV(B) | 262.86º | 0.15% | 0.55% | - |
| XYZ | 20.43 | 19.95 | 27.97 | - |
| YUV | 124.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 141 | 0.09 | 0.15 | 0 | 0.45 | 262.86 | 0.08 | 0.51 |
| Hex | 80 | 78 | 8D | 9 | F | 0 | 2D | 107 | 8 | 33 |
| Octal | 200 | 170 | 215 | 11 | 17 | 0 | 55 | 407 | 10 | 63 |
| Binary | 10000000 | 1111000 | 10001101 | 1001 | 1111 | 0 | 101101 | 100000111 | 1000 | 110011 |
Color Harmonies of #80788D
Complementary color
Monochromatic Colors of #80788D
Black with #80788D
Text Example
Text Example
White with #80788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80788D; }
p { color: rgb(128,120,141); }
H1.HeaderClassName
{
color: #80788D;
}
.AnyTagClassName
{
color: #80788D;
}
</style>
background-color css
<style>
a { background-color: #80788D; }
a { background-color: rgb(128,120,141); }
div.DivClassName
{
background-color: #80788D;
}
.BgClassName
{
background-color: #80788D;
}
</style>
border-color css
<style>
span { border-color: #80788D; }
span { border-color: rgb(128,120,141); }
td.TdClassName
{
border-color: #80788D;
}
.TagClassName
{
border-color: #80788D;
}
</style>