Shades of Heathered Grey #948D81
Tints of Heathered Grey #948D81
RGB
CMYK
RGB Variations
Color information
#948D81 (or 0x948D81) is known color: Heathered Grey. HEX triplet: 94, 8D and 81. RGB value is (148,141,129). Sum of RGB (Red+Green+Blue) = 148+141+129=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D81 is #6B727E. Grayscale: #8D8D8D. Windows color (decimal): -7041663 or 8490388. OLE color: 8490388.
HSL color Cylindrical-coordinate representation of color #948D81: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948D81 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 129 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.42 |
| HSL | 37.89º | 0.08% | 0.54% | - |
| HSV(B) | 37.89º | 0.13% | 0.58% | - |
| XYZ | 25.7 | 26.93 | 24.61 | - |
| YUV | 141.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 129 | 0 | 0.05 | 0.13 | 0.42 | 37.89 | 0.08 | 0.54 |
| Hex | 94 | 8D | 81 | 0 | 5 | D | 2A | 26 | 8 | 36 |
| Octal | 224 | 215 | 201 | 0 | 5 | 15 | 52 | 46 | 10 | 66 |
| Binary | 10010100 | 10001101 | 10000001 | 0 | 101 | 1101 | 101010 | 100110 | 1000 | 110110 |
Color Harmonies of #948D81
Complementary color
Monochromatic Colors of #948D81
Black with #948D81
Text Example
Text Example
White with #948D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D81; }
p { color: rgb(148,141,129); }
H1.HeaderClassName
{
color: #948D81;
}
.AnyTagClassName
{
color: #948D81;
}
</style>
background-color css
<style>
a { background-color: #948D81; }
a { background-color: rgb(148,141,129); }
div.DivClassName
{
background-color: #948D81;
}
.BgClassName
{
background-color: #948D81;
}
</style>
border-color css
<style>
span { border-color: #948D81; }
span { border-color: rgb(148,141,129); }
td.TdClassName
{
border-color: #948D81;
}
.TagClassName
{
border-color: #948D81;
}
</style>