Shades of Heathered Grey #949082
Tints of Heathered Grey #949082
RGB
CMYK
RGB Variations
Color information
#949082 (or 0x949082) is known color: Heathered Grey. HEX triplet: 94, 90 and 82. RGB value is (148,144,130). Sum of RGB (Red+Green+Blue) = 148+144+130=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #949082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949082 is #6B6F7D. Grayscale: #8F8F8F. Windows color (decimal): -7040894 or 8556692. OLE color: 8556692.
HSL color Cylindrical-coordinate representation of color #949082: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949082 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 130 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.42 |
| HSL | 46.67º | 0.08% | 0.55% | - |
| HSV(B) | 46.67º | 0.12% | 0.58% | - |
| XYZ | 26.22 | 27.85 | 25.11 | - |
| YUV | 143.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 130 | 0 | 0.03 | 0.12 | 0.42 | 46.67 | 0.08 | 0.55 |
| Hex | 94 | 90 | 82 | 0 | 3 | C | 2A | 2F | 8 | 37 |
| Octal | 224 | 220 | 202 | 0 | 3 | 14 | 52 | 57 | 10 | 67 |
| Binary | 10010100 | 10010000 | 10000010 | 0 | 11 | 1100 | 101010 | 101111 | 1000 | 110111 |
Color Harmonies of #949082
Complementary color
Monochromatic Colors of #949082
Black with #949082
Text Example
Text Example
White with #949082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949082; }
p { color: rgb(148,144,130); }
H1.HeaderClassName
{
color: #949082;
}
.AnyTagClassName
{
color: #949082;
}
</style>
background-color css
<style>
a { background-color: #949082; }
a { background-color: rgb(148,144,130); }
div.DivClassName
{
background-color: #949082;
}
.BgClassName
{
background-color: #949082;
}
</style>
border-color css
<style>
span { border-color: #949082; }
span { border-color: rgb(148,144,130); }
td.TdClassName
{
border-color: #949082;
}
.TagClassName
{
border-color: #949082;
}
</style>