Shades of Heathered Grey #948B81
Tints of Heathered Grey #948B81
RGB
CMYK
RGB Variations
Color information
#948B81 (or 0x948B81) is known color: Heathered Grey. HEX triplet: 94, 8B and 81. RGB value is (148,139,129). Sum of RGB (Red+Green+Blue) = 148+139+129=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B81 is #6B747E. Grayscale: #8C8C8C. Windows color (decimal): -7042175 or 8489876. OLE color: 8489876.
HSL color Cylindrical-coordinate representation of color #948B81: hue angle of 31.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948B81 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 129 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.42 |
| HSL | 31.58º | 0.08% | 0.54% | - |
| HSV(B) | 31.58º | 0.13% | 0.58% | - |
| XYZ | 25.41 | 26.35 | 24.52 | - |
| YUV | 140.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 129 | 0 | 0.06 | 0.13 | 0.42 | 31.58 | 0.08 | 0.54 |
| Hex | 94 | 8B | 81 | 0 | 6 | D | 2A | 20 | 8 | 36 |
| Octal | 224 | 213 | 201 | 0 | 6 | 15 | 52 | 40 | 10 | 66 |
| Binary | 10010100 | 10001011 | 10000001 | 0 | 110 | 1101 | 101010 | 100000 | 1000 | 110110 |
Color Harmonies of #948B81
Complementary color
Monochromatic Colors of #948B81
Black with #948B81
Text Example
Text Example
White with #948B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B81; }
p { color: rgb(148,139,129); }
H1.HeaderClassName
{
color: #948B81;
}
.AnyTagClassName
{
color: #948B81;
}
</style>
background-color css
<style>
a { background-color: #948B81; }
a { background-color: rgb(148,139,129); }
div.DivClassName
{
background-color: #948B81;
}
.BgClassName
{
background-color: #948B81;
}
</style>
border-color css
<style>
span { border-color: #948B81; }
span { border-color: rgb(148,139,129); }
td.TdClassName
{
border-color: #948B81;
}
.TagClassName
{
border-color: #948B81;
}
</style>