Shades of Taupe Grey #947B92
Tints of Taupe Grey #947B92
RGB
CMYK
RGB Variations
Color information
#947B92 (or 0x947B92) is known color: Taupe Grey. HEX triplet: 94, 7B and 92. RGB value is (148,123,146). Sum of RGB (Red+Green+Blue) = 148+123+146=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #947B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B92 is #6B846D. Grayscale: #858585. Windows color (decimal): -7046254 or 9599892. OLE color: 9599892.
HSL color Cylindrical-coordinate representation of color #947B92: hue angle of 304.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947B92 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 146 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.42 |
| HSL | 304.8º | 0.1% | 0.53% | - |
| HSV(B) | 304.8º | 0.17% | 0.58% | - |
| XYZ | 24.48 | 22.54 | 30.25 | - |
| YUV | 133.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 146 | 0 | 0.17 | 0.01 | 0.42 | 304.8 | 0.1 | 0.53 |
| Hex | 94 | 7B | 92 | 0 | 11 | 1 | 2A | 131 | A | 35 |
| Octal | 224 | 173 | 222 | 0 | 21 | 1 | 52 | 461 | 12 | 65 |
| Binary | 10010100 | 1111011 | 10010010 | 0 | 10001 | 1 | 101010 | 100110001 | 1010 | 110101 |
Color Harmonies of #947B92
Complementary color
Monochromatic Colors of #947B92
Black with #947B92
Text Example
Text Example
White with #947B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B92; }
p { color: rgb(148,123,146); }
H1.HeaderClassName
{
color: #947B92;
}
.AnyTagClassName
{
color: #947B92;
}
</style>
background-color css
<style>
a { background-color: #947B92; }
a { background-color: rgb(148,123,146); }
div.DivClassName
{
background-color: #947B92;
}
.BgClassName
{
background-color: #947B92;
}
</style>
border-color css
<style>
span { border-color: #947B92; }
span { border-color: rgb(148,123,146); }
td.TdClassName
{
border-color: #947B92;
}
.TagClassName
{
border-color: #947B92;
}
</style>