Shades of Heathered Grey #948D7E
Tints of Heathered Grey #948D7E
RGB
CMYK
RGB Variations
Color information
#948D7E (or 0x948D7E) is known color: Heathered Grey. HEX triplet: 94, 8D and 7E. RGB value is (148,141,126). Sum of RGB (Red+Green+Blue) = 148+141+126=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D7E is #6B7281. Grayscale: #8D8D8D. Windows color (decimal): -7041666 or 8293780. OLE color: 8293780.
HSL color Cylindrical-coordinate representation of color #948D7E: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #948D7E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 126 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.42 |
| HSL | 40.91º | 0.09% | 0.54% | - |
| HSV(B) | 40.91º | 0.15% | 0.58% | - |
| XYZ | 25.5 | 26.85 | 23.58 | - |
| YUV | 141.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 126 | 0 | 0.05 | 0.15 | 0.42 | 40.91 | 0.09 | 0.54 |
| Hex | 94 | 8D | 7E | 0 | 5 | F | 2A | 29 | 9 | 36 |
| Octal | 224 | 215 | 176 | 0 | 5 | 17 | 52 | 51 | 11 | 66 |
| Binary | 10010100 | 10001101 | 1111110 | 0 | 101 | 1111 | 101010 | 101001 | 1001 | 110110 |
Color Harmonies of #948D7E
Complementary color
Monochromatic Colors of #948D7E
Black with #948D7E
Text Example
Text Example
White with #948D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D7E; }
p { color: rgb(148,141,126); }
H1.HeaderClassName
{
color: #948D7E;
}
.AnyTagClassName
{
color: #948D7E;
}
</style>
background-color css
<style>
a { background-color: #948D7E; }
a { background-color: rgb(148,141,126); }
div.DivClassName
{
background-color: #948D7E;
}
.BgClassName
{
background-color: #948D7E;
}
</style>
border-color css
<style>
span { border-color: #948D7E; }
span { border-color: rgb(148,141,126); }
td.TdClassName
{
border-color: #948D7E;
}
.TagClassName
{
border-color: #948D7E;
}
</style>