Shades of Topaz #80718A
Tints of Topaz #80718A
RGB
CMYK
RGB Variations
Color information
#80718A (or 0x80718A) is known color: Topaz. HEX triplet: 80, 71 and 8A. RGB value is (128,113,138). Sum of RGB (Red+Green+Blue) = 128+113+138=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #80718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80718A is #7F8E75. Grayscale: #787878. Windows color (decimal): -8359542 or 9073024. OLE color: 9073024.
HSL color Cylindrical-coordinate representation of color #80718A: hue angle of 276º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80718A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 113 | 138 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.46 |
| HSL | 276º | 0.1% | 0.49% | - |
| HSV(B) | 276º | 0.18% | 0.54% | - |
| XYZ | 19.39 | 18.23 | 26.54 | - |
| YUV | 120.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 138 | 0.07 | 0.18 | 0 | 0.46 | 276 | 0.1 | 0.49 |
| Hex | 80 | 71 | 8A | 7 | 12 | 0 | 2E | 114 | A | 31 |
| Octal | 200 | 161 | 212 | 7 | 22 | 0 | 56 | 424 | 12 | 61 |
| Binary | 10000000 | 1110001 | 10001010 | 111 | 10010 | 0 | 101110 | 100010100 | 1010 | 110001 |
Color Harmonies of #80718A
Complementary color
Monochromatic Colors of #80718A
Black with #80718A
Text Example
Text Example
White with #80718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80718A; }
p { color: rgb(128,113,138); }
H1.HeaderClassName
{
color: #80718A;
}
.AnyTagClassName
{
color: #80718A;
}
</style>
background-color css
<style>
a { background-color: #80718A; }
a { background-color: rgb(128,113,138); }
div.DivClassName
{
background-color: #80718A;
}
.BgClassName
{
background-color: #80718A;
}
</style>
border-color css
<style>
span { border-color: #80718A; }
span { border-color: rgb(128,113,138); }
td.TdClassName
{
border-color: #80718A;
}
.TagClassName
{
border-color: #80718A;
}
</style>