Shades of Topaz #817B8A
Tints of Topaz #817B8A
RGB
CMYK
RGB Variations
Color information
#817B8A (or 0x817B8A) is known color: Topaz. HEX triplet: 81, 7B and 8A. RGB value is (129,123,138). Sum of RGB (Red+Green+Blue) = 129+123+138=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #817B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B8A is #7E8475. Grayscale: #7E7E7E. Windows color (decimal): -8291446 or 9075585. OLE color: 9075585.
HSL color Cylindrical-coordinate representation of color #817B8A: hue angle of 264º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817B8A is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 123 | 138 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.46 |
| HSL | 264º | 0.06% | 0.51% | - |
| HSV(B) | 264º | 0.11% | 0.54% | - |
| XYZ | 20.72 | 20.67 | 26.94 | - |
| YUV | 126.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 138 | 0.07 | 0.11 | 0 | 0.46 | 264 | 0.06 | 0.51 |
| Hex | 81 | 7B | 8A | 7 | B | 0 | 2E | 108 | 6 | 33 |
| Octal | 201 | 173 | 212 | 7 | 13 | 0 | 56 | 410 | 6 | 63 |
| Binary | 10000001 | 1111011 | 10001010 | 111 | 1011 | 0 | 101110 | 100001000 | 110 | 110011 |
Color Harmonies of #817B8A
Complementary color
Monochromatic Colors of #817B8A
Black with #817B8A
Text Example
Text Example
White with #817B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B8A; }
p { color: rgb(129,123,138); }
H1.HeaderClassName
{
color: #817B8A;
}
.AnyTagClassName
{
color: #817B8A;
}
</style>
background-color css
<style>
a { background-color: #817B8A; }
a { background-color: rgb(129,123,138); }
div.DivClassName
{
background-color: #817B8A;
}
.BgClassName
{
background-color: #817B8A;
}
</style>
border-color css
<style>
span { border-color: #817B8A; }
span { border-color: rgb(129,123,138); }
td.TdClassName
{
border-color: #817B8A;
}
.TagClassName
{
border-color: #817B8A;
}
</style>