Shades of Topaz #81738D
Tints of Topaz #81738D
RGB
CMYK
RGB Variations
Color information
#81738D (or 0x81738D) is known color: Topaz. HEX triplet: 81, 73 and 8D. RGB value is (129,115,141). Sum of RGB (Red+Green+Blue) = 129+115+141=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #81738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81738D is #7E8C72. Grayscale: #7A7A7A. Windows color (decimal): -8293491 or 9270145. OLE color: 9270145.
HSL color Cylindrical-coordinate representation of color #81738D: hue angle of 272.31º 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 #81738D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 115 | 141 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.45 |
| HSL | 272.31º | 0.1% | 0.5% | - |
| HSV(B) | 272.31º | 0.18% | 0.55% | - |
| XYZ | 19.99 | 18.85 | 27.78 | - |
| YUV | 122.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 141 | 0.09 | 0.18 | 0 | 0.45 | 272.31 | 0.1 | 0.5 |
| Hex | 81 | 73 | 8D | 9 | 12 | 0 | 2D | 110 | A | 32 |
| Octal | 201 | 163 | 215 | 11 | 22 | 0 | 55 | 420 | 12 | 62 |
| Binary | 10000001 | 1110011 | 10001101 | 1001 | 10010 | 0 | 101101 | 100010000 | 1010 | 110010 |
Color Harmonies of #81738D
Complementary color
Monochromatic Colors of #81738D
Black with #81738D
Text Example
Text Example
White with #81738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81738D; }
p { color: rgb(129,115,141); }
H1.HeaderClassName
{
color: #81738D;
}
.AnyTagClassName
{
color: #81738D;
}
</style>
background-color css
<style>
a { background-color: #81738D; }
a { background-color: rgb(129,115,141); }
div.DivClassName
{
background-color: #81738D;
}
.BgClassName
{
background-color: #81738D;
}
</style>
border-color css
<style>
span { border-color: #81738D; }
span { border-color: rgb(129,115,141); }
td.TdClassName
{
border-color: #81738D;
}
.TagClassName
{
border-color: #81738D;
}
</style>