Shades of Taupe Grey #948590
Tints of Taupe Grey #948590
RGB
CMYK
RGB Variations
Color information
#948590 (or 0x948590) is known color: Taupe Grey. HEX triplet: 94, 85 and 90. RGB value is (148,133,144). Sum of RGB (Red+Green+Blue) = 148+133+144=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948590 is #6B7A6F. Grayscale: #8A8A8A. Windows color (decimal): -7043696 or 9471380. OLE color: 9471380.
HSL color Cylindrical-coordinate representation of color #948590: hue angle of 316º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948590 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 144 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.42 |
| HSL | 316º | 0.07% | 0.55% | - |
| HSV(B) | 316º | 0.1% | 0.58% | - |
| XYZ | 25.63 | 25.08 | 29.88 | - |
| YUV | 138.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 144 | 0 | 0.10 | 0.03 | 0.42 | 316 | 0.07 | 0.55 |
| Hex | 94 | 85 | 90 | 0 | A | 3 | 2A | 13C | 7 | 37 |
| Octal | 224 | 205 | 220 | 0 | 12 | 3 | 52 | 474 | 7 | 67 |
| Binary | 10010100 | 10000101 | 10010000 | 0 | 1010 | 11 | 101010 | 100111100 | 111 | 110111 |
Color Harmonies of #948590
Complementary color
Monochromatic Colors of #948590
Black with #948590
Text Example
Text Example
White with #948590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948590; }
p { color: rgb(148,133,144); }
H1.HeaderClassName
{
color: #948590;
}
.AnyTagClassName
{
color: #948590;
}
</style>
background-color css
<style>
a { background-color: #948590; }
a { background-color: rgb(148,133,144); }
div.DivClassName
{
background-color: #948590;
}
.BgClassName
{
background-color: #948590;
}
</style>
border-color css
<style>
span { border-color: #948590; }
span { border-color: rgb(148,133,144); }
td.TdClassName
{
border-color: #948590;
}
.TagClassName
{
border-color: #948590;
}
</style>