Shades of Taupe Grey #948A8F
Tints of Taupe Grey #948A8F
RGB
CMYK
RGB Variations
Color information
#948A8F (or 0x948A8F) is known color: Taupe Grey. HEX triplet: 94, 8A and 8F. RGB value is (148,138,143). Sum of RGB (Red+Green+Blue) = 148+138+143=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #948A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A8F is #6B7570. Grayscale: #8D8D8D. Windows color (decimal): -7042417 or 9407124. OLE color: 9407124.
HSL color Cylindrical-coordinate representation of color #948A8F: hue angle of 330º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948A8F is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
RGB | 148 | 138 | 143 | - |
CMYK | 0 | 0.07 | 0.03 | 0.42 |
HSL | 330º | 0.04% | 0.56% | - |
HSV(B) | 330º | 0.07% | 0.58% | - |
XYZ | 26.26 | 26.46 | 29.71 | - |
YUV | 141.56 | 128.81 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 138 | 143 | 0 | 0.07 | 0.03 | 0.42 | 330 | 0.04 | 0.56 |
Hex | 94 | 8A | 8F | 0 | 7 | 3 | 2A | 14A | 4 | 38 |
Octal | 224 | 212 | 217 | 0 | 7 | 3 | 52 | 512 | 4 | 70 |
Binary | 10010100 | 10001010 | 10001111 | 0 | 111 | 11 | 101010 | 101001010 | 100 | 111000 |
Color Harmonies of #948A8F
Complementary color
Monochromatic Colors of #948A8F
Black with #948A8F
Text Example
Text Example
White with #948A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A8F; }
p { color: rgb(148,138,143); }
H1.HeaderClassName
{
color: #948A8F;
}
.AnyTagClassName
{
color: #948A8F;
}
</style>
background-color css
<style>
a { background-color: #948A8F; }
a { background-color: rgb(148,138,143); }
div.DivClassName
{
background-color: #948A8F;
}
.BgClassName
{
background-color: #948A8F;
}
</style>
border-color css
<style>
span { border-color: #948A8F; }
span { border-color: rgb(148,138,143); }
td.TdClassName
{
border-color: #948A8F;
}
.TagClassName
{
border-color: #948A8F;
}
</style>