Shades of Taupe Grey #93828D
Tints of Taupe Grey #93828D
RGB
CMYK
RGB Variations
Color information
#93828D (or 0x93828D) is known color: Taupe Grey. HEX triplet: 93, 82 and 8D. RGB value is (147,130,141). Sum of RGB (Red+Green+Blue) = 147+130+141=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828D is #6C7D72. Grayscale: #888888. Windows color (decimal): -7110003 or 9274003. OLE color: 9274003.
HSL color Cylindrical-coordinate representation of color #93828D: hue angle of 321.18º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93828D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 141 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.42 |
| HSL | 321.18º | 0.07% | 0.54% | - |
| HSV(B) | 321.18º | 0.12% | 0.58% | - |
| XYZ | 24.82 | 24.09 | 28.54 | - |
| YUV | 136.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 141 | 0 | 0.12 | 0.04 | 0.42 | 321.18 | 0.07 | 0.54 |
| Hex | 93 | 82 | 8D | 0 | C | 4 | 2A | 141 | 7 | 36 |
| Octal | 223 | 202 | 215 | 0 | 14 | 4 | 52 | 501 | 7 | 66 |
| Binary | 10010011 | 10000010 | 10001101 | 0 | 1100 | 100 | 101010 | 101000001 | 111 | 110110 |
Color Harmonies of #93828D
Complementary color
Monochromatic Colors of #93828D
Black with #93828D
Text Example
Text Example
White with #93828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93828D; }
p { color: rgb(147,130,141); }
H1.HeaderClassName
{
color: #93828D;
}
.AnyTagClassName
{
color: #93828D;
}
</style>
background-color css
<style>
a { background-color: #93828D; }
a { background-color: rgb(147,130,141); }
div.DivClassName
{
background-color: #93828D;
}
.BgClassName
{
background-color: #93828D;
}
</style>
border-color css
<style>
span { border-color: #93828D; }
span { border-color: rgb(147,130,141); }
td.TdClassName
{
border-color: #93828D;
}
.TagClassName
{
border-color: #93828D;
}
</style>