Shades of Topaz #89878B
Tints of Topaz #89878B
RGB
CMYK
RGB Variations
Color information
#89878B (or 0x89878B) is known color: Topaz. HEX triplet: 89, 87 and 8B. RGB value is (137,135,139). Sum of RGB (Red+Green+Blue) = 137+135+139=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: blue. Hex color #89878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89878B is #767874. Grayscale: #888888. Windows color (decimal): -7764085 or 9144201. OLE color: 9144201.
HSL color Cylindrical-coordinate representation of color #89878B: hue angle of 270º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #89878B is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 135 | 139 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.45 |
| HSL | 270º | 0.02% | 0.54% | - |
| HSV(B) | 270º | 0.03% | 0.55% | - |
| XYZ | 23.64 | 24.51 | 27.91 | - |
| YUV | 136.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 139 | 0.01 | 0.03 | 0 | 0.45 | 270 | 0.02 | 0.54 |
| Hex | 89 | 87 | 8B | 1 | 3 | 0 | 2D | 10E | 2 | 36 |
| Octal | 211 | 207 | 213 | 1 | 3 | 0 | 55 | 416 | 2 | 66 |
| Binary | 10001001 | 10000111 | 10001011 | 1 | 11 | 0 | 101101 | 100001110 | 10 | 110110 |
Color Harmonies of #89878B
Complementary color
Monochromatic Colors of #89878B
Black with #89878B
Text Example
Text Example
White with #89878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89878B; }
p { color: rgb(137,135,139); }
H1.HeaderClassName
{
color: #89878B;
}
.AnyTagClassName
{
color: #89878B;
}
</style>
background-color css
<style>
a { background-color: #89878B; }
a { background-color: rgb(137,135,139); }
div.DivClassName
{
background-color: #89878B;
}
.BgClassName
{
background-color: #89878B;
}
</style>
border-color css
<style>
span { border-color: #89878B; }
span { border-color: rgb(137,135,139); }
td.TdClassName
{
border-color: #89878B;
}
.TagClassName
{
border-color: #89878B;
}
</style>