Shades of Topaz #81738A
Tints of Topaz #81738A
RGB
CMYK
RGB Variations
Color information
#81738A (or 0x81738A) is known color: Topaz. HEX triplet: 81, 73 and 8A. RGB value is (129,115,138). Sum of RGB (Red+Green+Blue) = 129+115+138=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #81738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81738A is #7E8C75. Grayscale: #797979. Windows color (decimal): -8293494 or 9073537. OLE color: 9073537.
HSL color Cylindrical-coordinate representation of color #81738A: hue angle of 276.52º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81738A is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 115 | 138 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.46 |
| HSL | 276.52º | 0.09% | 0.5% | - |
| HSV(B) | 276.52º | 0.17% | 0.54% | - |
| XYZ | 19.77 | 18.76 | 26.62 | - |
| YUV | 121.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 138 | 0.07 | 0.17 | 0 | 0.46 | 276.52 | 0.09 | 0.5 |
| Hex | 81 | 73 | 8A | 7 | 11 | 0 | 2E | 115 | 9 | 32 |
| Octal | 201 | 163 | 212 | 7 | 21 | 0 | 56 | 425 | 11 | 62 |
| Binary | 10000001 | 1110011 | 10001010 | 111 | 10001 | 0 | 101110 | 100010101 | 1001 | 110010 |
Color Harmonies of #81738A
Complementary color
Monochromatic Colors of #81738A
Black with #81738A
Text Example
Text Example
White with #81738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81738A; }
p { color: rgb(129,115,138); }
H1.HeaderClassName
{
color: #81738A;
}
.AnyTagClassName
{
color: #81738A;
}
</style>
background-color css
<style>
a { background-color: #81738A; }
a { background-color: rgb(129,115,138); }
div.DivClassName
{
background-color: #81738A;
}
.BgClassName
{
background-color: #81738A;
}
</style>
border-color css
<style>
span { border-color: #81738A; }
span { border-color: rgb(129,115,138); }
td.TdClassName
{
border-color: #81738A;
}
.TagClassName
{
border-color: #81738A;
}
</style>