Shades of Heathered Grey #948A7B
Tints of Heathered Grey #948A7B
RGB
CMYK
RGB Variations
Color information
#948A7B (or 0x948A7B) is known color: Heathered Grey. HEX triplet: 94, 8A and 7B. RGB value is (148,138,123). Sum of RGB (Red+Green+Blue) = 148+138+123=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7B is #6B7584. Grayscale: #8B8B8B. Windows color (decimal): -7042437 or 8096404. OLE color: 8096404.
HSL color Cylindrical-coordinate representation of color #948A7B: hue angle of 36º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #948A7B is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 123 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.42 |
| HSL | 36º | 0.1% | 0.53% | - |
| HSV(B) | 36º | 0.17% | 0.58% | - |
| XYZ | 24.88 | 25.9 | 22.43 | - |
| YUV | 139.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 123 | 0 | 0.07 | 0.17 | 0.42 | 36 | 0.1 | 0.53 |
| Hex | 94 | 8A | 7B | 0 | 7 | 11 | 2A | 24 | A | 35 |
| Octal | 224 | 212 | 173 | 0 | 7 | 21 | 52 | 44 | 12 | 65 |
| Binary | 10010100 | 10001010 | 1111011 | 0 | 111 | 10001 | 101010 | 100100 | 1010 | 110101 |
Color Harmonies of #948A7B
Complementary color
Monochromatic Colors of #948A7B
Black with #948A7B
Text Example
Text Example
White with #948A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A7B; }
p { color: rgb(148,138,123); }
H1.HeaderClassName
{
color: #948A7B;
}
.AnyTagClassName
{
color: #948A7B;
}
</style>
background-color css
<style>
a { background-color: #948A7B; }
a { background-color: rgb(148,138,123); }
div.DivClassName
{
background-color: #948A7B;
}
.BgClassName
{
background-color: #948A7B;
}
</style>
border-color css
<style>
span { border-color: #948A7B; }
span { border-color: rgb(148,138,123); }
td.TdClassName
{
border-color: #948A7B;
}
.TagClassName
{
border-color: #948A7B;
}
</style>