Shades of Taupe Grey #948A93
Tints of Taupe Grey #948A93
RGB
CMYK
RGB Variations
Color information
#948A93 (or 0x948A93) is known color: Taupe Grey. HEX triplet: 94, 8A and 93. RGB value is (148,138,147). Sum of RGB (Red+Green+Blue) = 148+138+147=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 148 - color contains mainly: red. Hex color #948A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A93 is #6B756C. Grayscale: #8D8D8D. Windows color (decimal): -7042413 or 9669268. OLE color: 9669268.
HSL color Cylindrical-coordinate representation of color #948A93: hue angle of 306º 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 #948A93 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 147 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.42 |
| HSL | 306º | 0.04% | 0.56% | - |
| HSV(B) | 306º | 0.07% | 0.58% | - |
| XYZ | 26.57 | 26.58 | 31.33 | - |
| YUV | 142.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 147 | 0 | 0.07 | 0.01 | 0.42 | 306 | 0.04 | 0.56 |
| Hex | 94 | 8A | 93 | 0 | 7 | 1 | 2A | 132 | 4 | 38 |
| Octal | 224 | 212 | 223 | 0 | 7 | 1 | 52 | 462 | 4 | 70 |
| Binary | 10010100 | 10001010 | 10010011 | 0 | 111 | 1 | 101010 | 100110010 | 100 | 111000 |
Color Harmonies of #948A93
Complementary color
Monochromatic Colors of #948A93
Black with #948A93
Text Example
Text Example
White with #948A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A93; }
p { color: rgb(148,138,147); }
H1.HeaderClassName
{
color: #948A93;
}
.AnyTagClassName
{
color: #948A93;
}
</style>
background-color css
<style>
a { background-color: #948A93; }
a { background-color: rgb(148,138,147); }
div.DivClassName
{
background-color: #948A93;
}
.BgClassName
{
background-color: #948A93;
}
</style>
border-color css
<style>
span { border-color: #948A93; }
span { border-color: rgb(148,138,147); }
td.TdClassName
{
border-color: #948A93;
}
.TagClassName
{
border-color: #948A93;
}
</style>