Shades of Taupe Grey #948D93
Tints of Taupe Grey #948D93
RGB
CMYK
RGB Variations
Color information
#948D93 (or 0x948D93) is known color: Taupe Grey. HEX triplet: 94, 8D and 93. RGB value is (148,141,147). Sum of RGB (Red+Green+Blue) = 148+141+147=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 148 - color contains mainly: red. Hex color #948D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D93 is #6B726C. Grayscale: #8F8F8F. Windows color (decimal): -7041645 or 9670036. OLE color: 9670036.
HSL color Cylindrical-coordinate representation of color #948D93: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #948D93 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 147 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.42 |
| HSL | 308.57º | 0.03% | 0.57% | - |
| HSV(B) | 308.57º | 0.05% | 0.58% | - |
| XYZ | 27 | 27.45 | 31.48 | - |
| YUV | 143.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 147 | 0 | 0.05 | 0.01 | 0.42 | 308.57 | 0.03 | 0.57 |
| Hex | 94 | 8D | 93 | 0 | 5 | 1 | 2A | 135 | 3 | 39 |
| Octal | 224 | 215 | 223 | 0 | 5 | 1 | 52 | 465 | 3 | 71 |
| Binary | 10010100 | 10001101 | 10010011 | 0 | 101 | 1 | 101010 | 100110101 | 11 | 111001 |
Color Harmonies of #948D93
Complementary color
Monochromatic Colors of #948D93
Black with #948D93
Text Example
Text Example
White with #948D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D93; }
p { color: rgb(148,141,147); }
H1.HeaderClassName
{
color: #948D93;
}
.AnyTagClassName
{
color: #948D93;
}
</style>
background-color css
<style>
a { background-color: #948D93; }
a { background-color: rgb(148,141,147); }
div.DivClassName
{
background-color: #948D93;
}
.BgClassName
{
background-color: #948D93;
}
</style>
border-color css
<style>
span { border-color: #948D93; }
span { border-color: rgb(148,141,147); }
td.TdClassName
{
border-color: #948D93;
}
.TagClassName
{
border-color: #948D93;
}
</style>