Shades of Topaz #81728E
Tints of Topaz #81728E
RGB
CMYK
RGB Variations
Color information
#81728E (or 0x81728E) is known color: Topaz. HEX triplet: 81, 72 and 8E. RGB value is (129,114,142). Sum of RGB (Red+Green+Blue) = 129+114+142=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #81728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81728E is #7E8D71. Grayscale: #797979. Windows color (decimal): -8293746 or 9335425. OLE color: 9335425.
HSL color Cylindrical-coordinate representation of color #81728E: hue angle of 272.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81728E is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 114 | 142 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.44 |
| HSL | 272.14º | 0.11% | 0.5% | - |
| HSV(B) | 272.14º | 0.2% | 0.56% | - |
| XYZ | 19.95 | 18.65 | 28.14 | - |
| YUV | 121.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 142 | 0.09 | 0.20 | 0 | 0.44 | 272.14 | 0.11 | 0.5 |
| Hex | 81 | 72 | 8E | 9 | 14 | 0 | 2C | 110 | B | 32 |
| Octal | 201 | 162 | 216 | 11 | 24 | 0 | 54 | 420 | 13 | 62 |
| Binary | 10000001 | 1110010 | 10001110 | 1001 | 10100 | 0 | 101100 | 100010000 | 1011 | 110010 |
Color Harmonies of #81728E
Complementary color
Monochromatic Colors of #81728E
Black with #81728E
Text Example
Text Example
White with #81728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81728E; }
p { color: rgb(129,114,142); }
H1.HeaderClassName
{
color: #81728E;
}
.AnyTagClassName
{
color: #81728E;
}
</style>
background-color css
<style>
a { background-color: #81728E; }
a { background-color: rgb(129,114,142); }
div.DivClassName
{
background-color: #81728E;
}
.BgClassName
{
background-color: #81728E;
}
</style>
border-color css
<style>
span { border-color: #81728E; }
span { border-color: rgb(129,114,142); }
td.TdClassName
{
border-color: #81728E;
}
.TagClassName
{
border-color: #81728E;
}
</style>