Shades of Heathered Grey #948A79
Tints of Heathered Grey #948A79
RGB
CMYK
RGB Variations
Color information
#948A79 (or 0x948A79) is known color: Heathered Grey. HEX triplet: 94, 8A and 79. RGB value is (148,138,121). Sum of RGB (Red+Green+Blue) = 148+138+121=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #948A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A79 is #6B7586. Grayscale: #8B8B8B. Windows color (decimal): -7042439 or 7965332. OLE color: 7965332.
HSL color Cylindrical-coordinate representation of color #948A79: hue angle of 37.78º 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 #948A79 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 121 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.42 |
| HSL | 37.78º | 0.11% | 0.53% | - |
| HSV(B) | 37.78º | 0.18% | 0.58% | - |
| XYZ | 24.75 | 25.85 | 21.77 | - |
| YUV | 139.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 121 | 0 | 0.07 | 0.18 | 0.42 | 37.78 | 0.11 | 0.53 |
| Hex | 94 | 8A | 79 | 0 | 7 | 12 | 2A | 26 | B | 35 |
| Octal | 224 | 212 | 171 | 0 | 7 | 22 | 52 | 46 | 13 | 65 |
| Binary | 10010100 | 10001010 | 1111001 | 0 | 111 | 10010 | 101010 | 100110 | 1011 | 110101 |
Color Harmonies of #948A79
Complementary color
Monochromatic Colors of #948A79
Black with #948A79
Text Example
Text Example
White with #948A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A79; }
p { color: rgb(148,138,121); }
H1.HeaderClassName
{
color: #948A79;
}
.AnyTagClassName
{
color: #948A79;
}
</style>
background-color css
<style>
a { background-color: #948A79; }
a { background-color: rgb(148,138,121); }
div.DivClassName
{
background-color: #948A79;
}
.BgClassName
{
background-color: #948A79;
}
</style>
border-color css
<style>
span { border-color: #948A79; }
span { border-color: rgb(148,138,121); }
td.TdClassName
{
border-color: #948A79;
}
.TagClassName
{
border-color: #948A79;
}
</style>