Shades of Heathered Grey #948E82
Tints of Heathered Grey #948E82
RGB
CMYK
RGB Variations
Color information
#948E82 (or 0x948E82) is known color: Heathered Grey. HEX triplet: 94, 8E and 82. RGB value is (148,142,130). Sum of RGB (Red+Green+Blue) = 148+142+130=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E82 is #6B717D. Grayscale: #8E8E8E. Windows color (decimal): -7041406 or 8556180. OLE color: 8556180.
HSL color Cylindrical-coordinate representation of color #948E82: hue angle of 40º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948E82 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 130 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.42 |
| HSL | 40º | 0.08% | 0.55% | - |
| HSV(B) | 40º | 0.12% | 0.58% | - |
| XYZ | 25.92 | 27.25 | 25.01 | - |
| YUV | 142.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 130 | 0 | 0.04 | 0.12 | 0.42 | 40 | 0.08 | 0.55 |
| Hex | 94 | 8E | 82 | 0 | 4 | C | 2A | 28 | 8 | 37 |
| Octal | 224 | 216 | 202 | 0 | 4 | 14 | 52 | 50 | 10 | 67 |
| Binary | 10010100 | 10001110 | 10000010 | 0 | 100 | 1100 | 101010 | 101000 | 1000 | 110111 |
Color Harmonies of #948E82
Complementary color
Monochromatic Colors of #948E82
Black with #948E82
Text Example
Text Example
White with #948E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E82; }
p { color: rgb(148,142,130); }
H1.HeaderClassName
{
color: #948E82;
}
.AnyTagClassName
{
color: #948E82;
}
</style>
background-color css
<style>
a { background-color: #948E82; }
a { background-color: rgb(148,142,130); }
div.DivClassName
{
background-color: #948E82;
}
.BgClassName
{
background-color: #948E82;
}
</style>
border-color css
<style>
span { border-color: #948E82; }
span { border-color: rgb(148,142,130); }
td.TdClassName
{
border-color: #948E82;
}
.TagClassName
{
border-color: #948E82;
}
</style>