Shades of Taupe Grey #947E91
Tints of Taupe Grey #947E91
RGB
CMYK
RGB Variations
Color information
#947E91 (or 0x947E91) is known color: Taupe Grey. HEX triplet: 94, 7E and 91. RGB value is (148,126,145). Sum of RGB (Red+Green+Blue) = 148+126+145=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #947E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947E91 is #6B816E. Grayscale: #868686. Windows color (decimal): -7045487 or 9535124. OLE color: 9535124.
HSL color Cylindrical-coordinate representation of color #947E91: hue angle of 308.18º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #947E91 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 145 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.42 |
| HSL | 308.18º | 0.09% | 0.54% | - |
| HSV(B) | 308.18º | 0.15% | 0.58% | - |
| XYZ | 24.78 | 23.26 | 29.97 | - |
| YUV | 134.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 145 | 0 | 0.15 | 0.02 | 0.42 | 308.18 | 0.09 | 0.54 |
| Hex | 94 | 7E | 91 | 0 | F | 2 | 2A | 134 | 9 | 36 |
| Octal | 224 | 176 | 221 | 0 | 17 | 2 | 52 | 464 | 11 | 66 |
| Binary | 10010100 | 1111110 | 10010001 | 0 | 1111 | 10 | 101010 | 100110100 | 1001 | 110110 |
Color Harmonies of #947E91
Complementary color
Monochromatic Colors of #947E91
Black with #947E91
Text Example
Text Example
White with #947E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E91; }
p { color: rgb(148,126,145); }
H1.HeaderClassName
{
color: #947E91;
}
.AnyTagClassName
{
color: #947E91;
}
</style>
background-color css
<style>
a { background-color: #947E91; }
a { background-color: rgb(148,126,145); }
div.DivClassName
{
background-color: #947E91;
}
.BgClassName
{
background-color: #947E91;
}
</style>
border-color css
<style>
span { border-color: #947E91; }
span { border-color: rgb(148,126,145); }
td.TdClassName
{
border-color: #947E91;
}
.TagClassName
{
border-color: #947E91;
}
</style>