Shades of Heathered Grey #948978
Tints of Heathered Grey #948978
RGB
CMYK
RGB Variations
Color information
#948978 (or 0x948978) is known color: Heathered Grey. HEX triplet: 94, 89 and 78. RGB value is (148,137,120). Sum of RGB (Red+Green+Blue) = 148+137+120=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948978 is #6B7687. Grayscale: #8A8A8A. Windows color (decimal): -7042696 or 7899540. OLE color: 7899540.
HSL color Cylindrical-coordinate representation of color #948978: hue angle of 36.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #948978 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 120 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.42 |
| HSL | 36.43º | 0.12% | 0.53% | - |
| HSV(B) | 36.43º | 0.19% | 0.58% | - |
| XYZ | 24.55 | 25.54 | 21.41 | - |
| YUV | 138.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 120 | 0 | 0.07 | 0.19 | 0.42 | 36.43 | 0.12 | 0.53 |
| Hex | 94 | 89 | 78 | 0 | 7 | 13 | 2A | 24 | C | 35 |
| Octal | 224 | 211 | 170 | 0 | 7 | 23 | 52 | 44 | 14 | 65 |
| Binary | 10010100 | 10001001 | 1111000 | 0 | 111 | 10011 | 101010 | 100100 | 1100 | 110101 |
Color Harmonies of #948978
Complementary color
Monochromatic Colors of #948978
Black with #948978
Text Example
Text Example
White with #948978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948978; }
p { color: rgb(148,137,120); }
H1.HeaderClassName
{
color: #948978;
}
.AnyTagClassName
{
color: #948978;
}
</style>
background-color css
<style>
a { background-color: #948978; }
a { background-color: rgb(148,137,120); }
div.DivClassName
{
background-color: #948978;
}
.BgClassName
{
background-color: #948978;
}
</style>
border-color css
<style>
span { border-color: #948978; }
span { border-color: rgb(148,137,120); }
td.TdClassName
{
border-color: #948978;
}
.TagClassName
{
border-color: #948978;
}
</style>