Shades of Topaz #817A90
Tints of Topaz #817A90
RGB
CMYK
RGB Variations
Color information
#817A90 (or 0x817A90) is known color: Topaz. HEX triplet: 81, 7A and 90. RGB value is (129,122,144). Sum of RGB (Red+Green+Blue) = 129+122+144=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #817A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817A90 is #7E856F. Grayscale: #7E7E7E. Windows color (decimal): -8291696 or 9468545. OLE color: 9468545.
HSL color Cylindrical-coordinate representation of color #817A90: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #817A90 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 122 | 144 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.44 |
| HSL | 259.09º | 0.09% | 0.52% | - |
| HSV(B) | 259.09º | 0.15% | 0.56% | - |
| XYZ | 21.05 | 20.6 | 29.25 | - |
| YUV | 126.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 144 | 0.10 | 0.15 | 0 | 0.44 | 259.09 | 0.09 | 0.52 |
| Hex | 81 | 7A | 90 | A | F | 0 | 2C | 103 | 9 | 34 |
| Octal | 201 | 172 | 220 | 12 | 17 | 0 | 54 | 403 | 11 | 64 |
| Binary | 10000001 | 1111010 | 10010000 | 1010 | 1111 | 0 | 101100 | 100000011 | 1001 | 110100 |
Color Harmonies of #817A90
Complementary color
Monochromatic Colors of #817A90
Black with #817A90
Text Example
Text Example
White with #817A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A90; }
p { color: rgb(129,122,144); }
H1.HeaderClassName
{
color: #817A90;
}
.AnyTagClassName
{
color: #817A90;
}
</style>
background-color css
<style>
a { background-color: #817A90; }
a { background-color: rgb(129,122,144); }
div.DivClassName
{
background-color: #817A90;
}
.BgClassName
{
background-color: #817A90;
}
</style>
border-color css
<style>
span { border-color: #817A90; }
span { border-color: rgb(129,122,144); }
td.TdClassName
{
border-color: #817A90;
}
.TagClassName
{
border-color: #817A90;
}
</style>