Shades of Heathered Grey #948E85
Tints of Heathered Grey #948E85
RGB
CMYK
RGB Variations
Color information
#948E85 (or 0x948E85) is known color: Heathered Grey. HEX triplet: 94, 8E and 85. RGB value is (148,142,133). Sum of RGB (Red+Green+Blue) = 148+142+133=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E85 is #6B717A. Grayscale: #8E8E8E. Windows color (decimal): -7041403 or 8752788. OLE color: 8752788.
HSL color Cylindrical-coordinate representation of color #948E85: hue angle of 36º 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 #948E85 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 133 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.42 |
| HSL | 36º | 0.07% | 0.55% | - |
| HSV(B) | 36º | 0.1% | 0.58% | - |
| XYZ | 26.12 | 27.34 | 26.09 | - |
| YUV | 142.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 133 | 0 | 0.04 | 0.10 | 0.42 | 36 | 0.07 | 0.55 |
| Hex | 94 | 8E | 85 | 0 | 4 | A | 2A | 24 | 7 | 37 |
| Octal | 224 | 216 | 205 | 0 | 4 | 12 | 52 | 44 | 7 | 67 |
| Binary | 10010100 | 10001110 | 10000101 | 0 | 100 | 1010 | 101010 | 100100 | 111 | 110111 |
Color Harmonies of #948E85
Complementary color
Monochromatic Colors of #948E85
Black with #948E85
Text Example
Text Example
White with #948E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E85; }
p { color: rgb(148,142,133); }
H1.HeaderClassName
{
color: #948E85;
}
.AnyTagClassName
{
color: #948E85;
}
</style>
background-color css
<style>
a { background-color: #948E85; }
a { background-color: rgb(148,142,133); }
div.DivClassName
{
background-color: #948E85;
}
.BgClassName
{
background-color: #948E85;
}
</style>
border-color css
<style>
span { border-color: #948E85; }
span { border-color: rgb(148,142,133); }
td.TdClassName
{
border-color: #948E85;
}
.TagClassName
{
border-color: #948E85;
}
</style>