Shades of Taupe Grey #948492
Tints of Taupe Grey #948492
RGB
CMYK
RGB Variations
Color information
#948492 (or 0x948492) is known color: Taupe Grey. HEX triplet: 94, 84 and 92. RGB value is (148,132,146). Sum of RGB (Red+Green+Blue) = 148+132+146=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #948492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948492 is #6B7B6D. Grayscale: #8A8A8A. Windows color (decimal): -7043950 or 9602196. OLE color: 9602196.
HSL color Cylindrical-coordinate representation of color #948492: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948492 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 146 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.42 |
| HSL | 307.5º | 0.07% | 0.55% | - |
| HSV(B) | 307.5º | 0.11% | 0.58% | - |
| XYZ | 25.65 | 24.87 | 30.64 | - |
| YUV | 138.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 146 | 0 | 0.11 | 0.01 | 0.42 | 307.5 | 0.07 | 0.55 |
| Hex | 94 | 84 | 92 | 0 | B | 1 | 2A | 134 | 7 | 37 |
| Octal | 224 | 204 | 222 | 0 | 13 | 1 | 52 | 464 | 7 | 67 |
| Binary | 10010100 | 10000100 | 10010010 | 0 | 1011 | 1 | 101010 | 100110100 | 111 | 110111 |
Color Harmonies of #948492
Complementary color
Monochromatic Colors of #948492
Black with #948492
Text Example
Text Example
White with #948492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948492; }
p { color: rgb(148,132,146); }
H1.HeaderClassName
{
color: #948492;
}
.AnyTagClassName
{
color: #948492;
}
</style>
background-color css
<style>
a { background-color: #948492; }
a { background-color: rgb(148,132,146); }
div.DivClassName
{
background-color: #948492;
}
.BgClassName
{
background-color: #948492;
}
</style>
border-color css
<style>
span { border-color: #948492; }
span { border-color: rgb(148,132,146); }
td.TdClassName
{
border-color: #948492;
}
.TagClassName
{
border-color: #948492;
}
</style>