Shades of Taupe Grey #898788
Tints of Taupe Grey #898788
RGB
CMYK
RGB Variations
Color information
#898788 (or 0x898788) is known color: Taupe Grey. HEX triplet: 89, 87 and 88. RGB value is (137,135,136). Sum of RGB (Red+Green+Blue) = 137+135+136=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 137 - color contains mainly: red. Hex color #898788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898788 is #767877. Grayscale: #878787. Windows color (decimal): -7764088 or 8947593. OLE color: 8947593.
HSL color Cylindrical-coordinate representation of color #898788: hue angle of 330º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #898788 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 136 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.46 |
| HSL | 330º | 0.01% | 0.53% | - |
| HSV(B) | 330º | 0.01% | 0.54% | - |
| XYZ | 23.42 | 24.42 | 26.77 | - |
| YUV | 135.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 136 | 0 | 0.01 | 0.01 | 0.46 | 330 | 0.01 | 0.53 |
| Hex | 89 | 87 | 88 | 0 | 1 | 1 | 2E | 14A | 1 | 35 |
| Octal | 211 | 207 | 210 | 0 | 1 | 1 | 56 | 512 | 1 | 65 |
| Binary | 10001001 | 10000111 | 10001000 | 0 | 1 | 1 | 101110 | 101001010 | 1 | 110101 |
Color Harmonies of #898788
Complementary color
Monochromatic Colors of #898788
Black with #898788
Text Example
Text Example
White with #898788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898788; }
p { color: rgb(137,135,136); }
H1.HeaderClassName
{
color: #898788;
}
.AnyTagClassName
{
color: #898788;
}
</style>
background-color css
<style>
a { background-color: #898788; }
a { background-color: rgb(137,135,136); }
div.DivClassName
{
background-color: #898788;
}
.BgClassName
{
background-color: #898788;
}
</style>
border-color css
<style>
span { border-color: #898788; }
span { border-color: rgb(137,135,136); }
td.TdClassName
{
border-color: #898788;
}
.TagClassName
{
border-color: #898788;
}
</style>