Shades of Topaz #81798A
Tints of Topaz #81798A
RGB
CMYK
RGB Variations
Color information
#81798A (or 0x81798A) is known color: Topaz. HEX triplet: 81, 79 and 8A. RGB value is (129,121,138). Sum of RGB (Red+Green+Blue) = 129+121+138=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #81798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798A is #7E8675. Grayscale: #7D7D7D. Windows color (decimal): -8291958 or 9075073. OLE color: 9075073.
HSL color Cylindrical-coordinate representation of color #81798A: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81798A is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 121 | 138 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.46 |
| HSL | 268.24º | 0.07% | 0.51% | - |
| HSV(B) | 268.24º | 0.12% | 0.54% | - |
| XYZ | 20.48 | 20.18 | 26.86 | - |
| YUV | 125.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 138 | 0.07 | 0.12 | 0 | 0.46 | 268.24 | 0.07 | 0.51 |
| Hex | 81 | 79 | 8A | 7 | C | 0 | 2E | 10C | 7 | 33 |
| Octal | 201 | 171 | 212 | 7 | 14 | 0 | 56 | 414 | 7 | 63 |
| Binary | 10000001 | 1111001 | 10001010 | 111 | 1100 | 0 | 101110 | 100001100 | 111 | 110011 |
Color Harmonies of #81798A
Complementary color
Monochromatic Colors of #81798A
Black with #81798A
Text Example
Text Example
White with #81798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81798A; }
p { color: rgb(129,121,138); }
H1.HeaderClassName
{
color: #81798A;
}
.AnyTagClassName
{
color: #81798A;
}
</style>
background-color css
<style>
a { background-color: #81798A; }
a { background-color: rgb(129,121,138); }
div.DivClassName
{
background-color: #81798A;
}
.BgClassName
{
background-color: #81798A;
}
</style>
border-color css
<style>
span { border-color: #81798A; }
span { border-color: rgb(129,121,138); }
td.TdClassName
{
border-color: #81798A;
}
.TagClassName
{
border-color: #81798A;
}
</style>