Shades of Topaz #89868D
Tints of Topaz #89868D
RGB
CMYK
RGB Variations
Color information
#89868D (or 0x89868D) is known color: Topaz. HEX triplet: 89, 86 and 8D. RGB value is (137,134,141). Sum of RGB (Red+Green+Blue) = 137+134+141=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: blue. Hex color #89868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89868D is #767972. Grayscale: #878787. Windows color (decimal): -7764339 or 9275017. OLE color: 9275017.
HSL color Cylindrical-coordinate representation of color #89868D: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #89868D is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 137 | 134 | 141 | - |
CMYK | 0.03 | 0.05 | 0 | 0.45 |
HSL | 265.71º | 0.03% | 0.54% | - |
HSV(B) | 265.71º | 0.05% | 0.55% | - |
XYZ | 23.65 | 24.29 | 28.64 | - |
YUV | 135.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 134 | 141 | 0.03 | 0.05 | 0 | 0.45 | 265.71 | 0.03 | 0.54 |
Hex | 89 | 86 | 8D | 3 | 5 | 0 | 2D | 10A | 3 | 36 |
Octal | 211 | 206 | 215 | 3 | 5 | 0 | 55 | 412 | 3 | 66 |
Binary | 10001001 | 10000110 | 10001101 | 11 | 101 | 0 | 101101 | 100001010 | 11 | 110110 |
Color Harmonies of #89868D
Complementary color
Monochromatic Colors of #89868D
Black with #89868D
Text Example
Text Example
White with #89868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89868D; }
p { color: rgb(137,134,141); }
H1.HeaderClassName
{
color: #89868D;
}
.AnyTagClassName
{
color: #89868D;
}
</style>
background-color css
<style>
a { background-color: #89868D; }
a { background-color: rgb(137,134,141); }
div.DivClassName
{
background-color: #89868D;
}
.BgClassName
{
background-color: #89868D;
}
</style>
border-color css
<style>
span { border-color: #89868D; }
span { border-color: rgb(137,134,141); }
td.TdClassName
{
border-color: #89868D;
}
.TagClassName
{
border-color: #89868D;
}
</style>