Shades of Heathered Grey #9C9280
Tints of Heathered Grey #9C9280
RGB
CMYK
RGB Variations
Color information
#9C9280 (or 0x9C9280) is known color: Heathered Grey. HEX triplet: 9C, 92 and 80. RGB value is (156,146,128). Sum of RGB (Red+Green+Blue) = 156+146+128=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9280 is #636D7F. Grayscale: #939393. Windows color (decimal): -6516096 or 8426140. OLE color: 8426140.
HSL color Cylindrical-coordinate representation of color #9C9280: hue angle of 38.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C9280 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 128 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.39 |
| HSL | 38.57º | 0.12% | 0.56% | - |
| HSV(B) | 38.57º | 0.18% | 0.61% | - |
| XYZ | 27.89 | 29.18 | 24.59 | - |
| YUV | 146.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 128 | 0 | 0.06 | 0.18 | 0.39 | 38.57 | 0.12 | 0.56 |
| Hex | 9C | 92 | 80 | 0 | 6 | 12 | 27 | 27 | C | 38 |
| Octal | 234 | 222 | 200 | 0 | 6 | 22 | 47 | 47 | 14 | 70 |
| Binary | 10011100 | 10010010 | 10000000 | 0 | 110 | 10010 | 100111 | 100111 | 1100 | 111000 |
Color Harmonies of #9C9280
Complementary color
Monochromatic Colors of #9C9280
Black with #9C9280
Text Example
Text Example
White with #9C9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9280; }
p { color: rgb(156,146,128); }
H1.HeaderClassName
{
color: #9C9280;
}
.AnyTagClassName
{
color: #9C9280;
}
</style>
background-color css
<style>
a { background-color: #9C9280; }
a { background-color: rgb(156,146,128); }
div.DivClassName
{
background-color: #9C9280;
}
.BgClassName
{
background-color: #9C9280;
}
</style>
border-color css
<style>
span { border-color: #9C9280; }
span { border-color: rgb(156,146,128); }
td.TdClassName
{
border-color: #9C9280;
}
.TagClassName
{
border-color: #9C9280;
}
</style>