Shades of Taupe Grey #938991
Tints of Taupe Grey #938991
RGB
CMYK
RGB Variations
Color information
#938991 (or 0x938991) is known color: Taupe Grey. HEX triplet: 93, 89 and 91. RGB value is (147,137,145). Sum of RGB (Red+Green+Blue) = 147+137+145=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #938991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938991 is #6C766E. Grayscale: #8C8C8C. Windows color (decimal): -7108207 or 9537939. OLE color: 9537939.
HSL color Cylindrical-coordinate representation of color #938991: hue angle of 312º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938991 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 145 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.42 |
| HSL | 312º | 0.04% | 0.56% | - |
| HSV(B) | 312º | 0.07% | 0.58% | - |
| XYZ | 26.09 | 26.14 | 30.46 | - |
| YUV | 140.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 145 | 0 | 0.07 | 0.01 | 0.42 | 312 | 0.04 | 0.56 |
| Hex | 93 | 89 | 91 | 0 | 7 | 1 | 2A | 138 | 4 | 38 |
| Octal | 223 | 211 | 221 | 0 | 7 | 1 | 52 | 470 | 4 | 70 |
| Binary | 10010011 | 10001001 | 10010001 | 0 | 111 | 1 | 101010 | 100111000 | 100 | 111000 |
Color Harmonies of #938991
Complementary color
Monochromatic Colors of #938991
Black with #938991
Text Example
Text Example
White with #938991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938991; }
p { color: rgb(147,137,145); }
H1.HeaderClassName
{
color: #938991;
}
.AnyTagClassName
{
color: #938991;
}
</style>
background-color css
<style>
a { background-color: #938991; }
a { background-color: rgb(147,137,145); }
div.DivClassName
{
background-color: #938991;
}
.BgClassName
{
background-color: #938991;
}
</style>
border-color css
<style>
span { border-color: #938991; }
span { border-color: rgb(147,137,145); }
td.TdClassName
{
border-color: #938991;
}
.TagClassName
{
border-color: #938991;
}
</style>