Shades of Heathered Grey #948B76
Tints of Heathered Grey #948B76
RGB
CMYK
RGB Variations
Color information
#948B76 (or 0x948B76) is known color: Heathered Grey. HEX triplet: 94, 8B and 76. RGB value is (148,139,118). Sum of RGB (Red+Green+Blue) = 148+139+118=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B76 is #6B7489. Grayscale: #8B8B8B. Windows color (decimal): -7042186 or 7768980. OLE color: 7768980.
HSL color Cylindrical-coordinate representation of color #948B76: hue angle of 42º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948B76 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 118 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.42 |
| HSL | 42º | 0.12% | 0.52% | - |
| HSV(B) | 42º | 0.2% | 0.58% | - |
| XYZ | 24.72 | 26.07 | 20.87 | - |
| YUV | 139.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 118 | 0 | 0.06 | 0.20 | 0.42 | 42 | 0.12 | 0.52 |
| Hex | 94 | 8B | 76 | 0 | 6 | 14 | 2A | 2A | C | 34 |
| Octal | 224 | 213 | 166 | 0 | 6 | 24 | 52 | 52 | 14 | 64 |
| Binary | 10010100 | 10001011 | 1110110 | 0 | 110 | 10100 | 101010 | 101010 | 1100 | 110100 |
Color Harmonies of #948B76
Complementary color
Monochromatic Colors of #948B76
Black with #948B76
Text Example
Text Example
White with #948B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B76; }
p { color: rgb(148,139,118); }
H1.HeaderClassName
{
color: #948B76;
}
.AnyTagClassName
{
color: #948B76;
}
</style>
background-color css
<style>
a { background-color: #948B76; }
a { background-color: rgb(148,139,118); }
div.DivClassName
{
background-color: #948B76;
}
.BgClassName
{
background-color: #948B76;
}
</style>
border-color css
<style>
span { border-color: #948B76; }
span { border-color: rgb(148,139,118); }
td.TdClassName
{
border-color: #948B76;
}
.TagClassName
{
border-color: #948B76;
}
</style>