Shades of Taupe Grey #938B8F
Tints of Taupe Grey #938B8F
RGB
CMYK
RGB Variations
Color information
#938B8F (or 0x938B8F) is known color: Taupe Grey. HEX triplet: 93, 8B and 8F. RGB value is (147,139,143). Sum of RGB (Red+Green+Blue) = 147+139+143=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #938B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938B8F is #6C7470. Grayscale: #8D8D8D. Windows color (decimal): -7107697 or 9407379. OLE color: 9407379.
HSL color Cylindrical-coordinate representation of color #938B8F: 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.05%. Process color model (Four color, CMYK) of #938B8F is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
RGB | 147 | 139 | 143 | - |
CMYK | 0 | 0.05 | 0.03 | 0.42 |
HSL | 330º | 0.04% | 0.56% | - |
HSV(B) | 330º | 0.05% | 0.58% | - |
XYZ | 26.22 | 26.65 | 29.75 | - |
YUV | 141.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 139 | 143 | 0 | 0.05 | 0.03 | 0.42 | 330 | 0.04 | 0.56 |
Hex | 93 | 8B | 8F | 0 | 5 | 3 | 2A | 14A | 4 | 38 |
Octal | 223 | 213 | 217 | 0 | 5 | 3 | 52 | 512 | 4 | 70 |
Binary | 10010011 | 10001011 | 10001111 | 0 | 101 | 11 | 101010 | 101001010 | 100 | 111000 |
Color Harmonies of #938B8F
Complementary color
Monochromatic Colors of #938B8F
Black with #938B8F
Text Example
Text Example
White with #938B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B8F; }
p { color: rgb(147,139,143); }
H1.HeaderClassName
{
color: #938B8F;
}
.AnyTagClassName
{
color: #938B8F;
}
</style>
background-color css
<style>
a { background-color: #938B8F; }
a { background-color: rgb(147,139,143); }
div.DivClassName
{
background-color: #938B8F;
}
.BgClassName
{
background-color: #938B8F;
}
</style>
border-color css
<style>
span { border-color: #938B8F; }
span { border-color: rgb(147,139,143); }
td.TdClassName
{
border-color: #938B8F;
}
.TagClassName
{
border-color: #938B8F;
}
</style>