Shades of Heathered Grey #948C7A
Tints of Heathered Grey #948C7A
RGB
CMYK
RGB Variations
Color information
#948C7A (or 0x948C7A) is known color: Heathered Grey. HEX triplet: 94, 8C and 7A. RGB value is (148,140,122). Sum of RGB (Red+Green+Blue) = 148+140+122=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C7A is #6B7385. Grayscale: #8C8C8C. Windows color (decimal): -7041926 or 8031380. OLE color: 8031380.
HSL color Cylindrical-coordinate representation of color #948C7A: hue angle of 41.54º 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 #948C7A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 122 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.42 |
| HSL | 41.54º | 0.11% | 0.53% | - |
| HSV(B) | 41.54º | 0.18% | 0.58% | - |
| XYZ | 25.1 | 26.46 | 22.2 | - |
| YUV | 140.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 122 | 0 | 0.05 | 0.18 | 0.42 | 41.54 | 0.11 | 0.53 |
| Hex | 94 | 8C | 7A | 0 | 5 | 12 | 2A | 2A | B | 35 |
| Octal | 224 | 214 | 172 | 0 | 5 | 22 | 52 | 52 | 13 | 65 |
| Binary | 10010100 | 10001100 | 1111010 | 0 | 101 | 10010 | 101010 | 101010 | 1011 | 110101 |
Color Harmonies of #948C7A
Complementary color
Monochromatic Colors of #948C7A
Black with #948C7A
Text Example
Text Example
White with #948C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C7A; }
p { color: rgb(148,140,122); }
H1.HeaderClassName
{
color: #948C7A;
}
.AnyTagClassName
{
color: #948C7A;
}
</style>
background-color css
<style>
a { background-color: #948C7A; }
a { background-color: rgb(148,140,122); }
div.DivClassName
{
background-color: #948C7A;
}
.BgClassName
{
background-color: #948C7A;
}
</style>
border-color css
<style>
span { border-color: #948C7A; }
span { border-color: rgb(148,140,122); }
td.TdClassName
{
border-color: #948C7A;
}
.TagClassName
{
border-color: #948C7A;
}
</style>