Shades of Heathered Grey #948E7B
Tints of Heathered Grey #948E7B
RGB
CMYK
RGB Variations
Color information
#948E7B (or 0x948E7B) is known color: Heathered Grey. HEX triplet: 94, 8E and 7B. RGB value is (148,142,123). Sum of RGB (Red+Green+Blue) = 148+142+123=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7B is #6B7184. Grayscale: #8D8D8D. Windows color (decimal): -7041413 or 8097428. OLE color: 8097428.
HSL color Cylindrical-coordinate representation of color #948E7B: hue angle of 45.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #948E7B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 123 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.42 |
| HSL | 45.6º | 0.1% | 0.53% | - |
| HSV(B) | 45.6º | 0.17% | 0.58% | - |
| XYZ | 25.46 | 27.07 | 22.62 | - |
| YUV | 141.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 123 | 0 | 0.04 | 0.17 | 0.42 | 45.6 | 0.1 | 0.53 |
| Hex | 94 | 8E | 7B | 0 | 4 | 11 | 2A | 2E | A | 35 |
| Octal | 224 | 216 | 173 | 0 | 4 | 21 | 52 | 56 | 12 | 65 |
| Binary | 10010100 | 10001110 | 1111011 | 0 | 100 | 10001 | 101010 | 101110 | 1010 | 110101 |
Color Harmonies of #948E7B
Complementary color
Monochromatic Colors of #948E7B
Black with #948E7B
Text Example
Text Example
White with #948E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E7B; }
p { color: rgb(148,142,123); }
H1.HeaderClassName
{
color: #948E7B;
}
.AnyTagClassName
{
color: #948E7B;
}
</style>
background-color css
<style>
a { background-color: #948E7B; }
a { background-color: rgb(148,142,123); }
div.DivClassName
{
background-color: #948E7B;
}
.BgClassName
{
background-color: #948E7B;
}
</style>
border-color css
<style>
span { border-color: #948E7B; }
span { border-color: rgb(148,142,123); }
td.TdClassName
{
border-color: #948E7B;
}
.TagClassName
{
border-color: #948E7B;
}
</style>