Shades of Heathered Grey #948C83
Tints of Heathered Grey #948C83
RGB
CMYK
RGB Variations
Color information
#948C83 (or 0x948C83) is known color: Heathered Grey. HEX triplet: 94, 8C and 83. RGB value is (148,140,131). Sum of RGB (Red+Green+Blue) = 148+140+131=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C83 is #6B737C. Grayscale: #8D8D8D. Windows color (decimal): -7041917 or 8621204. OLE color: 8621204.
HSL color Cylindrical-coordinate representation of color #948C83: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948C83 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 131 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.42 |
| HSL | 31.76º | 0.07% | 0.55% | - |
| HSV(B) | 31.76º | 0.11% | 0.58% | - |
| XYZ | 25.69 | 26.69 | 25.27 | - |
| YUV | 141.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 131 | 0 | 0.05 | 0.11 | 0.42 | 31.76 | 0.07 | 0.55 |
| Hex | 94 | 8C | 83 | 0 | 5 | B | 2A | 20 | 7 | 37 |
| Octal | 224 | 214 | 203 | 0 | 5 | 13 | 52 | 40 | 7 | 67 |
| Binary | 10010100 | 10001100 | 10000011 | 0 | 101 | 1011 | 101010 | 100000 | 111 | 110111 |
Color Harmonies of #948C83
Complementary color
Monochromatic Colors of #948C83
Black with #948C83
Text Example
Text Example
White with #948C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C83; }
p { color: rgb(148,140,131); }
H1.HeaderClassName
{
color: #948C83;
}
.AnyTagClassName
{
color: #948C83;
}
</style>
background-color css
<style>
a { background-color: #948C83; }
a { background-color: rgb(148,140,131); }
div.DivClassName
{
background-color: #948C83;
}
.BgClassName
{
background-color: #948C83;
}
</style>
border-color css
<style>
span { border-color: #948C83; }
span { border-color: rgb(148,140,131); }
td.TdClassName
{
border-color: #948C83;
}
.TagClassName
{
border-color: #948C83;
}
</style>