Shades of Topaz #81808B
Tints of Topaz #81808B
RGB
CMYK
RGB Variations
Color information
#81808B (or 0x81808B) is known color: Topaz. HEX triplet: 81, 80 and 8B. RGB value is (129,128,139). Sum of RGB (Red+Green+Blue) = 129+128+139=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #81808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81808B is #7E7F74. Grayscale: #818181. Windows color (decimal): -8290165 or 9142401. OLE color: 9142401.
HSL color Cylindrical-coordinate representation of color #81808B: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81808B is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 128 | 139 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.45 |
| HSL | 245.45º | 0.05% | 0.52% | - |
| HSV(B) | 245.45º | 0.08% | 0.55% | - |
| XYZ | 21.43 | 21.97 | 27.54 | - |
| YUV | 129.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 139 | 0.07 | 0.08 | 0 | 0.45 | 245.45 | 0.05 | 0.52 |
| Hex | 81 | 80 | 8B | 7 | 8 | 0 | 2D | F5 | 5 | 34 |
| Octal | 201 | 200 | 213 | 7 | 10 | 0 | 55 | 365 | 5 | 64 |
| Binary | 10000001 | 10000000 | 10001011 | 111 | 1000 | 0 | 101101 | 11110101 | 101 | 110100 |
Color Harmonies of #81808B
Complementary color
Monochromatic Colors of #81808B
Black with #81808B
Text Example
Text Example
White with #81808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81808B; }
p { color: rgb(129,128,139); }
H1.HeaderClassName
{
color: #81808B;
}
.AnyTagClassName
{
color: #81808B;
}
</style>
background-color css
<style>
a { background-color: #81808B; }
a { background-color: rgb(129,128,139); }
div.DivClassName
{
background-color: #81808B;
}
.BgClassName
{
background-color: #81808B;
}
</style>
border-color css
<style>
span { border-color: #81808B; }
span { border-color: rgb(129,128,139); }
td.TdClassName
{
border-color: #81808B;
}
.TagClassName
{
border-color: #81808B;
}
</style>