Shades of Topaz #81758D
Tints of Topaz #81758D
RGB
CMYK
RGB Variations
Color information
#81758D (or 0x81758D) is known color: Topaz. HEX triplet: 81, 75 and 8D. RGB value is (129,117,141). Sum of RGB (Red+Green+Blue) = 129+117+141=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #81758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81758D is #7E8A72. Grayscale: #7B7B7B. Windows color (decimal): -8292979 or 9270657. OLE color: 9270657.
HSL color Cylindrical-coordinate representation of color #81758D: hue angle of 270º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81758D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 117 | 141 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.45 |
| HSL | 270º | 0.1% | 0.51% | - |
| HSV(B) | 270º | 0.17% | 0.55% | - |
| XYZ | 20.22 | 19.31 | 27.86 | - |
| YUV | 123.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 141 | 0.09 | 0.17 | 0 | 0.45 | 270 | 0.1 | 0.51 |
| Hex | 81 | 75 | 8D | 9 | 11 | 0 | 2D | 10E | A | 33 |
| Octal | 201 | 165 | 215 | 11 | 21 | 0 | 55 | 416 | 12 | 63 |
| Binary | 10000001 | 1110101 | 10001101 | 1001 | 10001 | 0 | 101101 | 100001110 | 1010 | 110011 |
Color Harmonies of #81758D
Complementary color
Monochromatic Colors of #81758D
Black with #81758D
Text Example
Text Example
White with #81758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81758D; }
p { color: rgb(129,117,141); }
H1.HeaderClassName
{
color: #81758D;
}
.AnyTagClassName
{
color: #81758D;
}
</style>
background-color css
<style>
a { background-color: #81758D; }
a { background-color: rgb(129,117,141); }
div.DivClassName
{
background-color: #81758D;
}
.BgClassName
{
background-color: #81758D;
}
</style>
border-color css
<style>
span { border-color: #81758D; }
span { border-color: rgb(129,117,141); }
td.TdClassName
{
border-color: #81758D;
}
.TagClassName
{
border-color: #81758D;
}
</style>