Shades of Topaz #81748A
Tints of Topaz #81748A
RGB
CMYK
RGB Variations
Color information
#81748A (or 0x81748A) is known color: Topaz. HEX triplet: 81, 74 and 8A. RGB value is (129,116,138). Sum of RGB (Red+Green+Blue) = 129+116+138=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #81748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81748A is #7E8B75. Grayscale: #7A7A7A. Windows color (decimal): -8293238 or 9073793. OLE color: 9073793.
HSL color Cylindrical-coordinate representation of color #81748A: hue angle of 275.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81748A is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 116 | 138 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.46 |
| HSL | 275.45º | 0.09% | 0.5% | - |
| HSV(B) | 275.45º | 0.16% | 0.54% | - |
| XYZ | 19.89 | 18.99 | 26.66 | - |
| YUV | 122.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 138 | 0.07 | 0.16 | 0 | 0.46 | 275.45 | 0.09 | 0.5 |
| Hex | 81 | 74 | 8A | 7 | 10 | 0 | 2E | 113 | 9 | 32 |
| Octal | 201 | 164 | 212 | 7 | 20 | 0 | 56 | 423 | 11 | 62 |
| Binary | 10000001 | 1110100 | 10001010 | 111 | 10000 | 0 | 101110 | 100010011 | 1001 | 110010 |
Color Harmonies of #81748A
Complementary color
Monochromatic Colors of #81748A
Black with #81748A
Text Example
Text Example
White with #81748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81748A; }
p { color: rgb(129,116,138); }
H1.HeaderClassName
{
color: #81748A;
}
.AnyTagClassName
{
color: #81748A;
}
</style>
background-color css
<style>
a { background-color: #81748A; }
a { background-color: rgb(129,116,138); }
div.DivClassName
{
background-color: #81748A;
}
.BgClassName
{
background-color: #81748A;
}
</style>
border-color css
<style>
span { border-color: #81748A; }
span { border-color: rgb(129,116,138); }
td.TdClassName
{
border-color: #81748A;
}
.TagClassName
{
border-color: #81748A;
}
</style>