Shades of Topaz #81798B
Tints of Topaz #81798B
RGB
CMYK
RGB Variations
Color information
#81798B (or 0x81798B) is known color: Topaz. HEX triplet: 81, 79 and 8B. RGB value is (129,121,139). Sum of RGB (Red+Green+Blue) = 129+121+139=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #81798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798B is #7E8674. Grayscale: #7D7D7D. Windows color (decimal): -8291957 or 9140609. OLE color: 9140609.
HSL color Cylindrical-coordinate representation of color #81798B: hue angle of 266.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81798B is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 121 | 139 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.45 |
| HSL | 266.67º | 0.07% | 0.51% | - |
| HSV(B) | 266.67º | 0.13% | 0.55% | - |
| XYZ | 20.55 | 20.21 | 27.24 | - |
| YUV | 125.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 139 | 0.07 | 0.13 | 0 | 0.45 | 266.67 | 0.07 | 0.51 |
| Hex | 81 | 79 | 8B | 7 | D | 0 | 2D | 10B | 7 | 33 |
| Octal | 201 | 171 | 213 | 7 | 15 | 0 | 55 | 413 | 7 | 63 |
| Binary | 10000001 | 1111001 | 10001011 | 111 | 1101 | 0 | 101101 | 100001011 | 111 | 110011 |
Color Harmonies of #81798B
Complementary color
Monochromatic Colors of #81798B
Black with #81798B
Text Example
Text Example
White with #81798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81798B; }
p { color: rgb(129,121,139); }
H1.HeaderClassName
{
color: #81798B;
}
.AnyTagClassName
{
color: #81798B;
}
</style>
background-color css
<style>
a { background-color: #81798B; }
a { background-color: rgb(129,121,139); }
div.DivClassName
{
background-color: #81798B;
}
.BgClassName
{
background-color: #81798B;
}
</style>
border-color css
<style>
span { border-color: #81798B; }
span { border-color: rgb(129,121,139); }
td.TdClassName
{
border-color: #81798B;
}
.TagClassName
{
border-color: #81798B;
}
</style>