Shades of Heathered Grey #948D84
Tints of Heathered Grey #948D84
RGB
CMYK
RGB Variations
Color information
#948D84 (or 0x948D84) is known color: Heathered Grey. HEX triplet: 94, 8D and 84. RGB value is (148,141,132). Sum of RGB (Red+Green+Blue) = 148+141+132=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #948D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D84 is #6B727B. Grayscale: #8E8E8E. Windows color (decimal): -7041660 or 8686996. OLE color: 8686996.
HSL color Cylindrical-coordinate representation of color #948D84: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948D84 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 132 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.42 |
| HSL | 33.75º | 0.07% | 0.55% | - |
| HSV(B) | 33.75º | 0.11% | 0.58% | - |
| XYZ | 25.9 | 27.01 | 25.68 | - |
| YUV | 142.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 132 | 0 | 0.05 | 0.11 | 0.42 | 33.75 | 0.07 | 0.55 |
| Hex | 94 | 8D | 84 | 0 | 5 | B | 2A | 22 | 7 | 37 |
| Octal | 224 | 215 | 204 | 0 | 5 | 13 | 52 | 42 | 7 | 67 |
| Binary | 10010100 | 10001101 | 10000100 | 0 | 101 | 1011 | 101010 | 100010 | 111 | 110111 |
Color Harmonies of #948D84
Complementary color
Monochromatic Colors of #948D84
Black with #948D84
Text Example
Text Example
White with #948D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D84; }
p { color: rgb(148,141,132); }
H1.HeaderClassName
{
color: #948D84;
}
.AnyTagClassName
{
color: #948D84;
}
</style>
background-color css
<style>
a { background-color: #948D84; }
a { background-color: rgb(148,141,132); }
div.DivClassName
{
background-color: #948D84;
}
.BgClassName
{
background-color: #948D84;
}
</style>
border-color css
<style>
span { border-color: #948D84; }
span { border-color: rgb(148,141,132); }
td.TdClassName
{
border-color: #948D84;
}
.TagClassName
{
border-color: #948D84;
}
</style>