Shades of Taupe Grey #948B92
Tints of Taupe Grey #948B92
RGB
CMYK
RGB Variations
Color information
#948B92 (or 0x948B92) is known color: Taupe Grey. HEX triplet: 94, 8B and 92. RGB value is (148,139,146). Sum of RGB (Red+Green+Blue) = 148+139+146=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 148 - color contains mainly: red. Hex color #948B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B92 is #6B746D. Grayscale: #8E8E8E. Windows color (decimal): -7042158 or 9603988. OLE color: 9603988.
HSL color Cylindrical-coordinate representation of color #948B92: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #948B92 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 146 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.42 |
| HSL | 313.33º | 0.04% | 0.56% | - |
| HSV(B) | 313.33º | 0.06% | 0.58% | - |
| XYZ | 26.63 | 26.84 | 30.97 | - |
| YUV | 142.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 146 | 0 | 0.06 | 0.01 | 0.42 | 313.33 | 0.04 | 0.56 |
| Hex | 94 | 8B | 92 | 0 | 6 | 1 | 2A | 139 | 4 | 38 |
| Octal | 224 | 213 | 222 | 0 | 6 | 1 | 52 | 471 | 4 | 70 |
| Binary | 10010100 | 10001011 | 10010010 | 0 | 110 | 1 | 101010 | 100111001 | 100 | 111000 |
Color Harmonies of #948B92
Complementary color
Monochromatic Colors of #948B92
Black with #948B92
Text Example
Text Example
White with #948B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B92; }
p { color: rgb(148,139,146); }
H1.HeaderClassName
{
color: #948B92;
}
.AnyTagClassName
{
color: #948B92;
}
</style>
background-color css
<style>
a { background-color: #948B92; }
a { background-color: rgb(148,139,146); }
div.DivClassName
{
background-color: #948B92;
}
.BgClassName
{
background-color: #948B92;
}
</style>
border-color css
<style>
span { border-color: #948B92; }
span { border-color: rgb(148,139,146); }
td.TdClassName
{
border-color: #948B92;
}
.TagClassName
{
border-color: #948B92;
}
</style>