Shades of Tallow #9F9778
Tints of Tallow #9F9778
RGB
CMYK
RGB Variations
Color information
#9F9778 (or 0x9F9778) is known color: Tallow. HEX triplet: 9F, 97 and 78. RGB value is (159,151,120). Sum of RGB (Red+Green+Blue) = 159+151+120=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9778 is #606887. Grayscale: #959595. Windows color (decimal): -6318216 or 7903135. OLE color: 7903135.
HSL color Cylindrical-coordinate representation of color #9F9778: hue angle of 47.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9778 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 120 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.38 |
| HSL | 47.69º | 0.17% | 0.55% | - |
| HSV(B) | 47.69º | 0.25% | 0.62% | - |
| XYZ | 28.75 | 30.86 | 22.21 | - |
| YUV | 149.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 120 | 0 | 0.05 | 0.25 | 0.38 | 47.69 | 0.17 | 0.55 |
| Hex | 9F | 97 | 78 | 0 | 5 | 19 | 26 | 30 | 11 | 37 |
| Octal | 237 | 227 | 170 | 0 | 5 | 31 | 46 | 60 | 21 | 67 |
| Binary | 10011111 | 10010111 | 1111000 | 0 | 101 | 11001 | 100110 | 110000 | 10001 | 110111 |
Color Harmonies of #9F9778
Complementary color
Monochromatic Colors of #9F9778
Black with #9F9778
Text Example
Text Example
White with #9F9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9778; }
p { color: rgb(159,151,120); }
H1.HeaderClassName
{
color: #9F9778;
}
.AnyTagClassName
{
color: #9F9778;
}
</style>
background-color css
<style>
a { background-color: #9F9778; }
a { background-color: rgb(159,151,120); }
div.DivClassName
{
background-color: #9F9778;
}
.BgClassName
{
background-color: #9F9778;
}
</style>
border-color css
<style>
span { border-color: #9F9778; }
span { border-color: rgb(159,151,120); }
td.TdClassName
{
border-color: #9F9778;
}
.TagClassName
{
border-color: #9F9778;
}
</style>