Shades of Heathered Grey #949081
Tints of Heathered Grey #949081
RGB
CMYK
RGB Variations
Color information
#949081 (or 0x949081) is known color: Heathered Grey. HEX triplet: 94, 90 and 81. RGB value is (148,144,129). Sum of RGB (Red+Green+Blue) = 148+144+129=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #949081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949081 is #6B6F7E. Grayscale: #8F8F8F. Windows color (decimal): -7040895 or 8491156. OLE color: 8491156.
HSL color Cylindrical-coordinate representation of color #949081: hue angle of 47.37º 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 #949081 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 129 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.42 |
| HSL | 47.37º | 0.08% | 0.54% | - |
| HSV(B) | 47.37º | 0.13% | 0.58% | - |
| XYZ | 26.15 | 27.83 | 24.76 | - |
| YUV | 143.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 129 | 0 | 0.03 | 0.13 | 0.42 | 47.37 | 0.08 | 0.54 |
| Hex | 94 | 90 | 81 | 0 | 3 | D | 2A | 2F | 8 | 36 |
| Octal | 224 | 220 | 201 | 0 | 3 | 15 | 52 | 57 | 10 | 66 |
| Binary | 10010100 | 10010000 | 10000001 | 0 | 11 | 1101 | 101010 | 101111 | 1000 | 110110 |
Color Harmonies of #949081
Complementary color
Monochromatic Colors of #949081
Black with #949081
Text Example
Text Example
White with #949081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949081; }
p { color: rgb(148,144,129); }
H1.HeaderClassName
{
color: #949081;
}
.AnyTagClassName
{
color: #949081;
}
</style>
background-color css
<style>
a { background-color: #949081; }
a { background-color: rgb(148,144,129); }
div.DivClassName
{
background-color: #949081;
}
.BgClassName
{
background-color: #949081;
}
</style>
border-color css
<style>
span { border-color: #949081; }
span { border-color: rgb(148,144,129); }
td.TdClassName
{
border-color: #949081;
}
.TagClassName
{
border-color: #949081;
}
</style>