Shades of Topaz #81748B
Tints of Topaz #81748B
RGB
CMYK
RGB Variations
Color information
#81748B (or 0x81748B) is known color: Topaz. HEX triplet: 81, 74 and 8B. RGB value is (129,116,139). Sum of RGB (Red+Green+Blue) = 129+116+139=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #81748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81748B is #7E8B74. Grayscale: #7A7A7A. Windows color (decimal): -8293237 or 9139329. OLE color: 9139329.
HSL color Cylindrical-coordinate representation of color #81748B: hue angle of 273.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81748B is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 116 | 139 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.45 |
| HSL | 273.91º | 0.09% | 0.5% | - |
| HSV(B) | 273.91º | 0.17% | 0.55% | - |
| XYZ | 19.96 | 19.02 | 27.05 | - |
| YUV | 122.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 139 | 0.07 | 0.17 | 0 | 0.45 | 273.91 | 0.09 | 0.5 |
| Hex | 81 | 74 | 8B | 7 | 11 | 0 | 2D | 112 | 9 | 32 |
| Octal | 201 | 164 | 213 | 7 | 21 | 0 | 55 | 422 | 11 | 62 |
| Binary | 10000001 | 1110100 | 10001011 | 111 | 10001 | 0 | 101101 | 100010010 | 1001 | 110010 |
Color Harmonies of #81748B
Complementary color
Monochromatic Colors of #81748B
Black with #81748B
Text Example
Text Example
White with #81748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81748B; }
p { color: rgb(129,116,139); }
H1.HeaderClassName
{
color: #81748B;
}
.AnyTagClassName
{
color: #81748B;
}
</style>
background-color css
<style>
a { background-color: #81748B; }
a { background-color: rgb(129,116,139); }
div.DivClassName
{
background-color: #81748B;
}
.BgClassName
{
background-color: #81748B;
}
</style>
border-color css
<style>
span { border-color: #81748B; }
span { border-color: rgb(129,116,139); }
td.TdClassName
{
border-color: #81748B;
}
.TagClassName
{
border-color: #81748B;
}
</style>