Shades of Topaz #818088
Tints of Topaz #818088
RGB
CMYK
RGB Variations
Color information
#818088 (or 0x818088) is known color: Topaz. HEX triplet: 81, 80 and 88. RGB value is (129,128,136). Sum of RGB (Red+Green+Blue) = 129+128+136=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 136 - color contains mainly: blue. Hex color #818088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818088 is #7E7F77. Grayscale: #818181. Windows color (decimal): -8290168 or 8945793. OLE color: 8945793.
HSL color Cylindrical-coordinate representation of color #818088: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #818088 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 128 | 136 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.47 |
| HSL | 247.5º | 0.03% | 0.52% | - |
| HSV(B) | 247.5º | 0.06% | 0.53% | - |
| XYZ | 21.22 | 21.88 | 26.4 | - |
| YUV | 129.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 136 | 0.05 | 0.06 | 0 | 0.47 | 247.5 | 0.03 | 0.52 |
| Hex | 81 | 80 | 88 | 5 | 6 | 0 | 2F | F8 | 3 | 34 |
| Octal | 201 | 200 | 210 | 5 | 6 | 0 | 57 | 370 | 3 | 64 |
| Binary | 10000001 | 10000000 | 10001000 | 101 | 110 | 0 | 101111 | 11111000 | 11 | 110100 |
Color Harmonies of #818088
Complementary color
Monochromatic Colors of #818088
Black with #818088
Text Example
Text Example
White with #818088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818088; }
p { color: rgb(129,128,136); }
H1.HeaderClassName
{
color: #818088;
}
.AnyTagClassName
{
color: #818088;
}
</style>
background-color css
<style>
a { background-color: #818088; }
a { background-color: rgb(129,128,136); }
div.DivClassName
{
background-color: #818088;
}
.BgClassName
{
background-color: #818088;
}
</style>
border-color css
<style>
span { border-color: #818088; }
span { border-color: rgb(129,128,136); }
td.TdClassName
{
border-color: #818088;
}
.TagClassName
{
border-color: #818088;
}
</style>