Shades of Topaz #81728B
Tints of Topaz #81728B
RGB
CMYK
RGB Variations
Color information
#81728B (or 0x81728B) is known color: Topaz. HEX triplet: 81, 72 and 8B. RGB value is (129,114,139). Sum of RGB (Red+Green+Blue) = 129+114+139=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #81728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81728B is #7E8D74. Grayscale: #797979. Windows color (decimal): -8293749 or 9138817. OLE color: 9138817.
HSL color Cylindrical-coordinate representation of color #81728B: hue angle of 276º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81728B is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 114 | 139 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.45 |
| HSL | 276º | 0.1% | 0.5% | - |
| HSV(B) | 276º | 0.18% | 0.55% | - |
| XYZ | 19.73 | 18.57 | 26.97 | - |
| YUV | 121.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 139 | 0.07 | 0.18 | 0 | 0.45 | 276 | 0.1 | 0.5 |
| Hex | 81 | 72 | 8B | 7 | 12 | 0 | 2D | 114 | A | 32 |
| Octal | 201 | 162 | 213 | 7 | 22 | 0 | 55 | 424 | 12 | 62 |
| Binary | 10000001 | 1110010 | 10001011 | 111 | 10010 | 0 | 101101 | 100010100 | 1010 | 110010 |
Color Harmonies of #81728B
Complementary color
Monochromatic Colors of #81728B
Black with #81728B
Text Example
Text Example
White with #81728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81728B; }
p { color: rgb(129,114,139); }
H1.HeaderClassName
{
color: #81728B;
}
.AnyTagClassName
{
color: #81728B;
}
</style>
background-color css
<style>
a { background-color: #81728B; }
a { background-color: rgb(129,114,139); }
div.DivClassName
{
background-color: #81728B;
}
.BgClassName
{
background-color: #81728B;
}
</style>
border-color css
<style>
span { border-color: #81728B; }
span { border-color: rgb(129,114,139); }
td.TdClassName
{
border-color: #81728B;
}
.TagClassName
{
border-color: #81728B;
}
</style>