Shades of Heathered Grey #948F85
Tints of Heathered Grey #948F85
RGB
CMYK
RGB Variations
Color information
#948F85 (or 0x948F85) is known color: Heathered Grey. HEX triplet: 94, 8F and 85. RGB value is (148,143,133). Sum of RGB (Red+Green+Blue) = 148+143+133=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F85 is #6B707A. Grayscale: #8F8F8F. Windows color (decimal): -7041147 or 8753044. OLE color: 8753044.
HSL color Cylindrical-coordinate representation of color #948F85: hue angle of 40º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948F85 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 133 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.42 |
| HSL | 40º | 0.07% | 0.55% | - |
| HSV(B) | 40º | 0.1% | 0.58% | - |
| XYZ | 26.27 | 27.63 | 26.14 | - |
| YUV | 143.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 133 | 0 | 0.03 | 0.10 | 0.42 | 40 | 0.07 | 0.55 |
| Hex | 94 | 8F | 85 | 0 | 3 | A | 2A | 28 | 7 | 37 |
| Octal | 224 | 217 | 205 | 0 | 3 | 12 | 52 | 50 | 7 | 67 |
| Binary | 10010100 | 10001111 | 10000101 | 0 | 11 | 1010 | 101010 | 101000 | 111 | 110111 |
Color Harmonies of #948F85
Complementary color
Monochromatic Colors of #948F85
Black with #948F85
Text Example
Text Example
White with #948F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F85; }
p { color: rgb(148,143,133); }
H1.HeaderClassName
{
color: #948F85;
}
.AnyTagClassName
{
color: #948F85;
}
</style>
background-color css
<style>
a { background-color: #948F85; }
a { background-color: rgb(148,143,133); }
div.DivClassName
{
background-color: #948F85;
}
.BgClassName
{
background-color: #948F85;
}
</style>
border-color css
<style>
span { border-color: #948F85; }
span { border-color: rgb(148,143,133); }
td.TdClassName
{
border-color: #948F85;
}
.TagClassName
{
border-color: #948F85;
}
</style>