Shades of Heathered Grey #948977
Tints of Heathered Grey #948977
RGB
CMYK
RGB Variations
Color information
#948977 (or 0x948977) is known color: Heathered Grey. HEX triplet: 94, 89 and 77. RGB value is (148,137,119). Sum of RGB (Red+Green+Blue) = 148+137+119=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948977 is #6B7688. Grayscale: #8A8A8A. Windows color (decimal): -7042697 or 7834004. OLE color: 7834004.
HSL color Cylindrical-coordinate representation of color #948977: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948977 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 137 | 119 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.42 |
| HSL | 37.24º | 0.12% | 0.52% | - |
| HSV(B) | 37.24º | 0.2% | 0.58% | - |
| XYZ | 24.49 | 25.52 | 21.09 | - |
| YUV | 138.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 119 | 0 | 0.07 | 0.20 | 0.42 | 37.24 | 0.12 | 0.52 |
| Hex | 94 | 89 | 77 | 0 | 7 | 14 | 2A | 25 | C | 34 |
| Octal | 224 | 211 | 167 | 0 | 7 | 24 | 52 | 45 | 14 | 64 |
| Binary | 10010100 | 10001001 | 1110111 | 0 | 111 | 10100 | 101010 | 100101 | 1100 | 110100 |
Color Harmonies of #948977
Complementary color
Monochromatic Colors of #948977
Black with #948977
Text Example
Text Example
White with #948977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948977; }
p { color: rgb(148,137,119); }
H1.HeaderClassName
{
color: #948977;
}
.AnyTagClassName
{
color: #948977;
}
</style>
background-color css
<style>
a { background-color: #948977; }
a { background-color: rgb(148,137,119); }
div.DivClassName
{
background-color: #948977;
}
.BgClassName
{
background-color: #948977;
}
</style>
border-color css
<style>
span { border-color: #948977; }
span { border-color: rgb(148,137,119); }
td.TdClassName
{
border-color: #948977;
}
.TagClassName
{
border-color: #948977;
}
</style>