Shades of Topaz #81798D
Tints of Topaz #81798D
RGB
CMYK
RGB Variations
Color information
#81798D (or 0x81798D) is known color: Topaz. HEX triplet: 81, 79 and 8D. RGB value is (129,121,141). Sum of RGB (Red+Green+Blue) = 129+121+141=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #81798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798D is #7E8672. Grayscale: #7D7D7D. Windows color (decimal): -8291955 or 9271681. OLE color: 9271681.
HSL color Cylindrical-coordinate representation of color #81798D: hue angle of 264º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81798D is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 121 | 141 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.45 |
| HSL | 264º | 0.08% | 0.51% | - |
| HSV(B) | 264º | 0.14% | 0.55% | - |
| XYZ | 20.7 | 20.26 | 28.02 | - |
| YUV | 125.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 141 | 0.09 | 0.14 | 0 | 0.45 | 264 | 0.08 | 0.51 |
| Hex | 81 | 79 | 8D | 9 | E | 0 | 2D | 108 | 8 | 33 |
| Octal | 201 | 171 | 215 | 11 | 16 | 0 | 55 | 410 | 10 | 63 |
| Binary | 10000001 | 1111001 | 10001101 | 1001 | 1110 | 0 | 101101 | 100001000 | 1000 | 110011 |
Color Harmonies of #81798D
Complementary color
Monochromatic Colors of #81798D
Black with #81798D
Text Example
Text Example
White with #81798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81798D; }
p { color: rgb(129,121,141); }
H1.HeaderClassName
{
color: #81798D;
}
.AnyTagClassName
{
color: #81798D;
}
</style>
background-color css
<style>
a { background-color: #81798D; }
a { background-color: rgb(129,121,141); }
div.DivClassName
{
background-color: #81798D;
}
.BgClassName
{
background-color: #81798D;
}
</style>
border-color css
<style>
span { border-color: #81798D; }
span { border-color: rgb(129,121,141); }
td.TdClassName
{
border-color: #81798D;
}
.TagClassName
{
border-color: #81798D;
}
</style>