Shades of Taupe Grey #947F91
Tints of Taupe Grey #947F91
RGB
CMYK
RGB Variations
Color information
#947F91 (or 0x947F91) is known color: Taupe Grey. HEX triplet: 94, 7F and 91. RGB value is (148,127,145). Sum of RGB (Red+Green+Blue) = 148+127+145=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #947F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F91 is #6B806E. Grayscale: #878787. Windows color (decimal): -7045231 or 9535380. OLE color: 9535380.
HSL color Cylindrical-coordinate representation of color #947F91: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #947F91 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 145 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.42 |
| HSL | 308.57º | 0.09% | 0.54% | - |
| HSV(B) | 308.57º | 0.14% | 0.58% | - |
| XYZ | 24.91 | 23.52 | 30.01 | - |
| YUV | 135.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 145 | 0 | 0.14 | 0.02 | 0.42 | 308.57 | 0.09 | 0.54 |
| Hex | 94 | 7F | 91 | 0 | E | 2 | 2A | 135 | 9 | 36 |
| Octal | 224 | 177 | 221 | 0 | 16 | 2 | 52 | 465 | 11 | 66 |
| Binary | 10010100 | 1111111 | 10010001 | 0 | 1110 | 10 | 101010 | 100110101 | 1001 | 110110 |
Color Harmonies of #947F91
Complementary color
Monochromatic Colors of #947F91
Black with #947F91
Text Example
Text Example
White with #947F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F91; }
p { color: rgb(148,127,145); }
H1.HeaderClassName
{
color: #947F91;
}
.AnyTagClassName
{
color: #947F91;
}
</style>
background-color css
<style>
a { background-color: #947F91; }
a { background-color: rgb(148,127,145); }
div.DivClassName
{
background-color: #947F91;
}
.BgClassName
{
background-color: #947F91;
}
</style>
border-color css
<style>
span { border-color: #947F91; }
span { border-color: rgb(148,127,145); }
td.TdClassName
{
border-color: #947F91;
}
.TagClassName
{
border-color: #947F91;
}
</style>