Shades of Heathered Grey #948D7A
Tints of Heathered Grey #948D7A
RGB
CMYK
RGB Variations
Color information
#948D7A (or 0x948D7A) is known color: Heathered Grey. HEX triplet: 94, 8D and 7A. RGB value is (148,141,122). Sum of RGB (Red+Green+Blue) = 148+141+122=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D7A is #6B7285. Grayscale: #8D8D8D. Windows color (decimal): -7041670 or 8031636. OLE color: 8031636.
HSL color Cylindrical-coordinate representation of color #948D7A: hue angle of 43.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948D7A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 122 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.42 |
| HSL | 43.85º | 0.11% | 0.53% | - |
| HSV(B) | 43.85º | 0.18% | 0.58% | - |
| XYZ | 25.25 | 26.75 | 22.24 | - |
| YUV | 140.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 122 | 0 | 0.05 | 0.18 | 0.42 | 43.85 | 0.11 | 0.53 |
| Hex | 94 | 8D | 7A | 0 | 5 | 12 | 2A | 2C | B | 35 |
| Octal | 224 | 215 | 172 | 0 | 5 | 22 | 52 | 54 | 13 | 65 |
| Binary | 10010100 | 10001101 | 1111010 | 0 | 101 | 10010 | 101010 | 101100 | 1011 | 110101 |
Color Harmonies of #948D7A
Complementary color
Monochromatic Colors of #948D7A
Black with #948D7A
Text Example
Text Example
White with #948D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D7A; }
p { color: rgb(148,141,122); }
H1.HeaderClassName
{
color: #948D7A;
}
.AnyTagClassName
{
color: #948D7A;
}
</style>
background-color css
<style>
a { background-color: #948D7A; }
a { background-color: rgb(148,141,122); }
div.DivClassName
{
background-color: #948D7A;
}
.BgClassName
{
background-color: #948D7A;
}
</style>
border-color css
<style>
span { border-color: #948D7A; }
span { border-color: rgb(148,141,122); }
td.TdClassName
{
border-color: #948D7A;
}
.TagClassName
{
border-color: #948D7A;
}
</style>