Shades of Topaz #81798C
Tints of Topaz #81798C
RGB
CMYK
RGB Variations
Color information
#81798C (or 0x81798C) is known color: Topaz. HEX triplet: 81, 79 and 8C. RGB value is (129,121,140). Sum of RGB (Red+Green+Blue) = 129+121+140=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #81798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798C is #7E8673. Grayscale: #7D7D7D. Windows color (decimal): -8291956 or 9206145. OLE color: 9206145.
HSL color Cylindrical-coordinate representation of color #81798C: hue angle of 265.26º 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 #81798C is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 121 | 140 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.45 |
| HSL | 265.26º | 0.08% | 0.51% | - |
| HSV(B) | 265.26º | 0.14% | 0.55% | - |
| XYZ | 20.62 | 20.24 | 27.63 | - |
| YUV | 125.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 140 | 0.08 | 0.14 | 0 | 0.45 | 265.26 | 0.08 | 0.51 |
| Hex | 81 | 79 | 8C | 8 | E | 0 | 2D | 109 | 8 | 33 |
| Octal | 201 | 171 | 214 | 10 | 16 | 0 | 55 | 411 | 10 | 63 |
| Binary | 10000001 | 1111001 | 10001100 | 1000 | 1110 | 0 | 101101 | 100001001 | 1000 | 110011 |
Color Harmonies of #81798C
Complementary color
Monochromatic Colors of #81798C
Black with #81798C
Text Example
Text Example
White with #81798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81798C; }
p { color: rgb(129,121,140); }
H1.HeaderClassName
{
color: #81798C;
}
.AnyTagClassName
{
color: #81798C;
}
</style>
background-color css
<style>
a { background-color: #81798C; }
a { background-color: rgb(129,121,140); }
div.DivClassName
{
background-color: #81798C;
}
.BgClassName
{
background-color: #81798C;
}
</style>
border-color css
<style>
span { border-color: #81798C; }
span { border-color: rgb(129,121,140); }
td.TdClassName
{
border-color: #81798C;
}
.TagClassName
{
border-color: #81798C;
}
</style>