Shades of Tallow #9C9778
Tints of Tallow #9C9778
RGB
CMYK
RGB Variations
Color information
#9C9778 (or 0x9C9778) is known color: Tallow. HEX triplet: 9C, 97 and 78. RGB value is (156,151,120). Sum of RGB (Red+Green+Blue) = 156+151+120=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9778 is #636887. Grayscale: #959595. Windows color (decimal): -6514824 or 7903132. OLE color: 7903132.
HSL color Cylindrical-coordinate representation of color #9C9778: hue angle of 51.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9778 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 120 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.39 |
| HSL | 51.67º | 0.15% | 0.54% | - |
| HSV(B) | 51.67º | 0.23% | 0.61% | - |
| XYZ | 28.17 | 30.56 | 22.18 | - |
| YUV | 148.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 120 | 0 | 0.03 | 0.23 | 0.39 | 51.67 | 0.15 | 0.54 |
| Hex | 9C | 97 | 78 | 0 | 3 | 17 | 27 | 34 | F | 36 |
| Octal | 234 | 227 | 170 | 0 | 3 | 27 | 47 | 64 | 17 | 66 |
| Binary | 10011100 | 10010111 | 1111000 | 0 | 11 | 10111 | 100111 | 110100 | 1111 | 110110 |
Color Harmonies of #9C9778
Complementary color
Monochromatic Colors of #9C9778
Black with #9C9778
Text Example
Text Example
White with #9C9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9778; }
p { color: rgb(156,151,120); }
H1.HeaderClassName
{
color: #9C9778;
}
.AnyTagClassName
{
color: #9C9778;
}
</style>
background-color css
<style>
a { background-color: #9C9778; }
a { background-color: rgb(156,151,120); }
div.DivClassName
{
background-color: #9C9778;
}
.BgClassName
{
background-color: #9C9778;
}
</style>
border-color css
<style>
span { border-color: #9C9778; }
span { border-color: rgb(156,151,120); }
td.TdClassName
{
border-color: #9C9778;
}
.TagClassName
{
border-color: #9C9778;
}
</style>