Shades of Taupe Grey #94828F
Tints of Taupe Grey #94828F
RGB
CMYK
RGB Variations
Color information
#94828F (or 0x94828F) is known color: Taupe Grey. HEX triplet: 94, 82 and 8F. RGB value is (148,130,143). Sum of RGB (Red+Green+Blue) = 148+130+143=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828F is #6B7D70. Grayscale: #888888. Windows color (decimal): -7044465 or 9405076. OLE color: 9405076.
HSL color Cylindrical-coordinate representation of color #94828F: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94828F is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 143 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.42 |
| HSL | 316.67º | 0.08% | 0.55% | - |
| HSV(B) | 316.67º | 0.12% | 0.58% | - |
| XYZ | 25.15 | 24.24 | 29.34 | - |
| YUV | 136.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 143 | 0 | 0.12 | 0.03 | 0.42 | 316.67 | 0.08 | 0.55 |
| Hex | 94 | 82 | 8F | 0 | C | 3 | 2A | 13D | 8 | 37 |
| Octal | 224 | 202 | 217 | 0 | 14 | 3 | 52 | 475 | 10 | 67 |
| Binary | 10010100 | 10000010 | 10001111 | 0 | 1100 | 11 | 101010 | 100111101 | 1000 | 110111 |
Color Harmonies of #94828F
Complementary color
Monochromatic Colors of #94828F
Black with #94828F
Text Example
Text Example
White with #94828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94828F; }
p { color: rgb(148,130,143); }
H1.HeaderClassName
{
color: #94828F;
}
.AnyTagClassName
{
color: #94828F;
}
</style>
background-color css
<style>
a { background-color: #94828F; }
a { background-color: rgb(148,130,143); }
div.DivClassName
{
background-color: #94828F;
}
.BgClassName
{
background-color: #94828F;
}
</style>
border-color css
<style>
span { border-color: #94828F; }
span { border-color: rgb(148,130,143); }
td.TdClassName
{
border-color: #94828F;
}
.TagClassName
{
border-color: #94828F;
}
</style>