Shades of Taupe Grey #947F93
Tints of Taupe Grey #947F93
RGB
CMYK
RGB Variations
Color information
#947F93 (or 0x947F93) is known color: Taupe Grey. HEX triplet: 94, 7F and 93. RGB value is (148,127,147). Sum of RGB (Red+Green+Blue) = 148+127+147=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #947F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F93 is #6B806C. Grayscale: #878787. Windows color (decimal): -7045229 or 9666452. OLE color: 9666452.
HSL color Cylindrical-coordinate representation of color #947F93: hue angle of 302.86º 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 #947F93 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 147 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.42 |
| HSL | 302.86º | 0.09% | 0.54% | - |
| HSV(B) | 302.86º | 0.14% | 0.58% | - |
| XYZ | 25.07 | 23.58 | 30.83 | - |
| YUV | 135.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 147 | 0 | 0.14 | 0.01 | 0.42 | 302.86 | 0.09 | 0.54 |
| Hex | 94 | 7F | 93 | 0 | E | 1 | 2A | 12F | 9 | 36 |
| Octal | 224 | 177 | 223 | 0 | 16 | 1 | 52 | 457 | 11 | 66 |
| Binary | 10010100 | 1111111 | 10010011 | 0 | 1110 | 1 | 101010 | 100101111 | 1001 | 110110 |
Color Harmonies of #947F93
Complementary color
Monochromatic Colors of #947F93
Black with #947F93
Text Example
Text Example
White with #947F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F93; }
p { color: rgb(148,127,147); }
H1.HeaderClassName
{
color: #947F93;
}
.AnyTagClassName
{
color: #947F93;
}
</style>
background-color css
<style>
a { background-color: #947F93; }
a { background-color: rgb(148,127,147); }
div.DivClassName
{
background-color: #947F93;
}
.BgClassName
{
background-color: #947F93;
}
</style>
border-color css
<style>
span { border-color: #947F93; }
span { border-color: rgb(148,127,147); }
td.TdClassName
{
border-color: #947F93;
}
.TagClassName
{
border-color: #947F93;
}
</style>