Shades of Taupe Grey #948C93
Tints of Taupe Grey #948C93
RGB
CMYK
RGB Variations
Color information
#948C93 (or 0x948C93) is known color: Taupe Grey. HEX triplet: 94, 8C and 93. RGB value is (148,140,147). Sum of RGB (Red+Green+Blue) = 148+140+147=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 148 - color contains mainly: red. Hex color #948C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C93 is #6B736C. Grayscale: #8F8F8F. Windows color (decimal): -7041901 or 9669780. OLE color: 9669780.
HSL color Cylindrical-coordinate representation of color #948C93: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #948C93 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 147 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.42 |
| HSL | 307.5º | 0.04% | 0.56% | - |
| HSV(B) | 307.5º | 0.05% | 0.58% | - |
| XYZ | 26.86 | 27.16 | 31.43 | - |
| YUV | 143.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 147 | 0 | 0.05 | 0.01 | 0.42 | 307.5 | 0.04 | 0.56 |
| Hex | 94 | 8C | 93 | 0 | 5 | 1 | 2A | 134 | 4 | 38 |
| Octal | 224 | 214 | 223 | 0 | 5 | 1 | 52 | 464 | 4 | 70 |
| Binary | 10010100 | 10001100 | 10010011 | 0 | 101 | 1 | 101010 | 100110100 | 100 | 111000 |
Color Harmonies of #948C93
Complementary color
Monochromatic Colors of #948C93
Black with #948C93
Text Example
Text Example
White with #948C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C93; }
p { color: rgb(148,140,147); }
H1.HeaderClassName
{
color: #948C93;
}
.AnyTagClassName
{
color: #948C93;
}
</style>
background-color css
<style>
a { background-color: #948C93; }
a { background-color: rgb(148,140,147); }
div.DivClassName
{
background-color: #948C93;
}
.BgClassName
{
background-color: #948C93;
}
</style>
border-color css
<style>
span { border-color: #948C93; }
span { border-color: rgb(148,140,147); }
td.TdClassName
{
border-color: #948C93;
}
.TagClassName
{
border-color: #948C93;
}
</style>