Shades of Taupe Grey #928B8F
Tints of Taupe Grey #928B8F
RGB
CMYK
RGB Variations
Color information
#928B8F (or 0x928B8F) is known color: Taupe Grey. HEX triplet: 92, 8B and 8F. RGB value is (146,139,143). Sum of RGB (Red+Green+Blue) = 146+139+143=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 146 - color contains mainly: red. Hex color #928B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B8F is #6D7470. Grayscale: #8D8D8D. Windows color (decimal): -7173233 or 9407378. OLE color: 9407378.
HSL color Cylindrical-coordinate representation of color #928B8F: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #928B8F is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 143 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.43 |
| HSL | 325.71º | 0.03% | 0.56% | - |
| HSV(B) | 325.71º | 0.05% | 0.57% | - |
| XYZ | 26.04 | 26.56 | 29.74 | - |
| YUV | 141.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 143 | 0 | 0.05 | 0.02 | 0.43 | 325.71 | 0.03 | 0.56 |
| Hex | 92 | 8B | 8F | 0 | 5 | 2 | 2B | 146 | 3 | 38 |
| Octal | 222 | 213 | 217 | 0 | 5 | 2 | 53 | 506 | 3 | 70 |
| Binary | 10010010 | 10001011 | 10001111 | 0 | 101 | 10 | 101011 | 101000110 | 11 | 111000 |
Color Harmonies of #928B8F
Complementary color
Monochromatic Colors of #928B8F
Black with #928B8F
Text Example
Text Example
White with #928B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B8F; }
p { color: rgb(146,139,143); }
H1.HeaderClassName
{
color: #928B8F;
}
.AnyTagClassName
{
color: #928B8F;
}
</style>
background-color css
<style>
a { background-color: #928B8F; }
a { background-color: rgb(146,139,143); }
div.DivClassName
{
background-color: #928B8F;
}
.BgClassName
{
background-color: #928B8F;
}
</style>
border-color css
<style>
span { border-color: #928B8F; }
span { border-color: rgb(146,139,143); }
td.TdClassName
{
border-color: #928B8F;
}
.TagClassName
{
border-color: #928B8F;
}
</style>