Shades of Topaz #817F8A
Tints of Topaz #817F8A
RGB
CMYK
RGB Variations
Color information
#817F8A (or 0x817F8A) is known color: Topaz. HEX triplet: 81, 7F and 8A. RGB value is (129,127,138). Sum of RGB (Red+Green+Blue) = 129+127+138=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: blue. Hex color #817F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F8A is #7E8075. Grayscale: #808080. Windows color (decimal): -8290422 or 9076609. OLE color: 9076609.
HSL color Cylindrical-coordinate representation of color #817F8A: hue angle of 250.91º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #817F8A is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 127 | 138 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.46 |
| HSL | 250.91º | 0.04% | 0.52% | - |
| HSV(B) | 250.91º | 0.08% | 0.54% | - |
| XYZ | 21.23 | 21.68 | 27.11 | - |
| YUV | 128.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 138 | 0.07 | 0.08 | 0 | 0.46 | 250.91 | 0.04 | 0.52 |
| Hex | 81 | 7F | 8A | 7 | 8 | 0 | 2E | FB | 4 | 34 |
| Octal | 201 | 177 | 212 | 7 | 10 | 0 | 56 | 373 | 4 | 64 |
| Binary | 10000001 | 1111111 | 10001010 | 111 | 1000 | 0 | 101110 | 11111011 | 100 | 110100 |
Color Harmonies of #817F8A
Complementary color
Monochromatic Colors of #817F8A
Black with #817F8A
Text Example
Text Example
White with #817F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F8A; }
p { color: rgb(129,127,138); }
H1.HeaderClassName
{
color: #817F8A;
}
.AnyTagClassName
{
color: #817F8A;
}
</style>
background-color css
<style>
a { background-color: #817F8A; }
a { background-color: rgb(129,127,138); }
div.DivClassName
{
background-color: #817F8A;
}
.BgClassName
{
background-color: #817F8A;
}
</style>
border-color css
<style>
span { border-color: #817F8A; }
span { border-color: rgb(129,127,138); }
td.TdClassName
{
border-color: #817F8A;
}
.TagClassName
{
border-color: #817F8A;
}
</style>