Shades of Heathered Grey #948F84
Tints of Heathered Grey #948F84
RGB
CMYK
RGB Variations
Color information
#948F84 (or 0x948F84) is known color: Heathered Grey. HEX triplet: 94, 8F and 84. RGB value is (148,143,132). Sum of RGB (Red+Green+Blue) = 148+143+132=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F84 is #6B707B. Grayscale: #8F8F8F. Windows color (decimal): -7041148 or 8687508. OLE color: 8687508.
HSL color Cylindrical-coordinate representation of color #948F84: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948F84 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 132 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.42 |
| HSL | 41.25º | 0.07% | 0.55% | - |
| HSV(B) | 41.25º | 0.11% | 0.58% | - |
| XYZ | 26.2 | 27.61 | 25.78 | - |
| YUV | 143.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 132 | 0 | 0.03 | 0.11 | 0.42 | 41.25 | 0.07 | 0.55 |
| Hex | 94 | 8F | 84 | 0 | 3 | B | 2A | 29 | 7 | 37 |
| Octal | 224 | 217 | 204 | 0 | 3 | 13 | 52 | 51 | 7 | 67 |
| Binary | 10010100 | 10001111 | 10000100 | 0 | 11 | 1011 | 101010 | 101001 | 111 | 110111 |
Color Harmonies of #948F84
Complementary color
Monochromatic Colors of #948F84
Black with #948F84
Text Example
Text Example
White with #948F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F84; }
p { color: rgb(148,143,132); }
H1.HeaderClassName
{
color: #948F84;
}
.AnyTagClassName
{
color: #948F84;
}
</style>
background-color css
<style>
a { background-color: #948F84; }
a { background-color: rgb(148,143,132); }
div.DivClassName
{
background-color: #948F84;
}
.BgClassName
{
background-color: #948F84;
}
</style>
border-color css
<style>
span { border-color: #948F84; }
span { border-color: rgb(148,143,132); }
td.TdClassName
{
border-color: #948F84;
}
.TagClassName
{
border-color: #948F84;
}
</style>