Shades of Topaz #817E85
Tints of Topaz #817E85
RGB
CMYK
RGB Variations
Color information
#817E85 (or 0x817E85) is known color: Topaz. HEX triplet: 81, 7E and 85. RGB value is (129,126,133). Sum of RGB (Red+Green+Blue) = 129+126+133=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 133 - color contains mainly: blue. Hex color #817E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E85 is #7E817A. Grayscale: #7F7F7F. Windows color (decimal): -8290683 or 8748673. OLE color: 8748673.
HSL color Cylindrical-coordinate representation of color #817E85: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #817E85 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 126 | 133 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.48 |
| HSL | 265.71º | 0.03% | 0.51% | - |
| HSV(B) | 265.71º | 0.05% | 0.52% | - |
| XYZ | 20.75 | 21.28 | 25.2 | - |
| YUV | 127.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 133 | 0.03 | 0.05 | 0 | 0.48 | 265.71 | 0.03 | 0.51 |
| Hex | 81 | 7E | 85 | 3 | 5 | 0 | 30 | 10A | 3 | 33 |
| Octal | 201 | 176 | 205 | 3 | 5 | 0 | 60 | 412 | 3 | 63 |
| Binary | 10000001 | 1111110 | 10000101 | 11 | 101 | 0 | 110000 | 100001010 | 11 | 110011 |
Color Harmonies of #817E85
Complementary color
Monochromatic Colors of #817E85
Black with #817E85
Text Example
Text Example
White with #817E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E85; }
p { color: rgb(129,126,133); }
H1.HeaderClassName
{
color: #817E85;
}
.AnyTagClassName
{
color: #817E85;
}
</style>
background-color css
<style>
a { background-color: #817E85; }
a { background-color: rgb(129,126,133); }
div.DivClassName
{
background-color: #817E85;
}
.BgClassName
{
background-color: #817E85;
}
</style>
border-color css
<style>
span { border-color: #817E85; }
span { border-color: rgb(129,126,133); }
td.TdClassName
{
border-color: #817E85;
}
.TagClassName
{
border-color: #817E85;
}
</style>