Shades of Heathered Grey #948F7D
Tints of Heathered Grey #948F7D
RGB
CMYK
RGB Variations
Color information
#948F7D (or 0x948F7D) is known color: Heathered Grey. HEX triplet: 94, 8F and 7D. RGB value is (148,143,125). Sum of RGB (Red+Green+Blue) = 148+143+125=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F7D is #6B7082. Grayscale: #8E8E8E. Windows color (decimal): -7041155 or 8228756. OLE color: 8228756.
HSL color Cylindrical-coordinate representation of color #948F7D: hue angle of 46.96º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948F7D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 125 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.42 |
| HSL | 46.96º | 0.1% | 0.54% | - |
| HSV(B) | 46.96º | 0.16% | 0.58% | - |
| XYZ | 25.74 | 27.42 | 23.34 | - |
| YUV | 142.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 125 | 0 | 0.03 | 0.16 | 0.42 | 46.96 | 0.1 | 0.54 |
| Hex | 94 | 8F | 7D | 0 | 3 | 10 | 2A | 2F | A | 36 |
| Octal | 224 | 217 | 175 | 0 | 3 | 20 | 52 | 57 | 12 | 66 |
| Binary | 10010100 | 10001111 | 1111101 | 0 | 11 | 10000 | 101010 | 101111 | 1010 | 110110 |
Color Harmonies of #948F7D
Complementary color
Monochromatic Colors of #948F7D
Black with #948F7D
Text Example
Text Example
White with #948F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F7D; }
p { color: rgb(148,143,125); }
H1.HeaderClassName
{
color: #948F7D;
}
.AnyTagClassName
{
color: #948F7D;
}
</style>
background-color css
<style>
a { background-color: #948F7D; }
a { background-color: rgb(148,143,125); }
div.DivClassName
{
background-color: #948F7D;
}
.BgClassName
{
background-color: #948F7D;
}
</style>
border-color css
<style>
span { border-color: #948F7D; }
span { border-color: rgb(148,143,125); }
td.TdClassName
{
border-color: #948F7D;
}
.TagClassName
{
border-color: #948F7D;
}
</style>