Shades of Taupe Grey #948791
Tints of Taupe Grey #948791
RGB
CMYK
RGB Variations
Color information
#948791 (or 0x948791) is known color: Taupe Grey. HEX triplet: 94, 87 and 91. RGB value is (148,135,145). Sum of RGB (Red+Green+Blue) = 148+135+145=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948791 is #6B786E. Grayscale: #8B8B8B. Windows color (decimal): -7043183 or 9537428. OLE color: 9537428.
HSL color Cylindrical-coordinate representation of color #948791: hue angle of 313.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948791 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 135 | 145 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.42 |
| HSL | 313.85º | 0.06% | 0.55% | - |
| HSV(B) | 313.85º | 0.09% | 0.58% | - |
| XYZ | 25.99 | 25.67 | 30.37 | - |
| YUV | 140.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 145 | 0 | 0.09 | 0.02 | 0.42 | 313.85 | 0.06 | 0.55 |
| Hex | 94 | 87 | 91 | 0 | 9 | 2 | 2A | 13A | 6 | 37 |
| Octal | 224 | 207 | 221 | 0 | 11 | 2 | 52 | 472 | 6 | 67 |
| Binary | 10010100 | 10000111 | 10010001 | 0 | 1001 | 10 | 101010 | 100111010 | 110 | 110111 |
Color Harmonies of #948791
Complementary color
Monochromatic Colors of #948791
Black with #948791
Text Example
Text Example
White with #948791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948791; }
p { color: rgb(148,135,145); }
H1.HeaderClassName
{
color: #948791;
}
.AnyTagClassName
{
color: #948791;
}
</style>
background-color css
<style>
a { background-color: #948791; }
a { background-color: rgb(148,135,145); }
div.DivClassName
{
background-color: #948791;
}
.BgClassName
{
background-color: #948791;
}
</style>
border-color css
<style>
span { border-color: #948791; }
span { border-color: rgb(148,135,145); }
td.TdClassName
{
border-color: #948791;
}
.TagClassName
{
border-color: #948791;
}
</style>