Shades of Pale Oyster #9F8D76
Tints of Pale Oyster #9F8D76
RGB
CMYK
RGB Variations
Color information
#9F8D76 (or 0x9F8D76) is known color: Pale Oyster. HEX triplet: 9F, 8D and 76. RGB value is (159,141,118). Sum of RGB (Red+Green+Blue) = 159+141+118=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D76 is #607289. Grayscale: #8F8F8F. Windows color (decimal): -6320778 or 7769503. OLE color: 7769503.
HSL color Cylindrical-coordinate representation of color #9F8D76: hue angle of 33.66º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8D76 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 118 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.38 |
| HSL | 33.66º | 0.18% | 0.54% | - |
| HSV(B) | 33.66º | 0.26% | 0.62% | - |
| XYZ | 27.09 | 27.73 | 21.06 | - |
| YUV | 143.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 118 | 0 | 0.11 | 0.26 | 0.38 | 33.66 | 0.18 | 0.54 |
| Hex | 9F | 8D | 76 | 0 | B | 1A | 26 | 22 | 12 | 36 |
| Octal | 237 | 215 | 166 | 0 | 13 | 32 | 46 | 42 | 22 | 66 |
| Binary | 10011111 | 10001101 | 1110110 | 0 | 1011 | 11010 | 100110 | 100010 | 10010 | 110110 |
Color Harmonies of #9F8D76
Complementary color
Monochromatic Colors of #9F8D76
Black with #9F8D76
Text Example
Text Example
White with #9F8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D76; }
p { color: rgb(159,141,118); }
H1.HeaderClassName
{
color: #9F8D76;
}
.AnyTagClassName
{
color: #9F8D76;
}
</style>
background-color css
<style>
a { background-color: #9F8D76; }
a { background-color: rgb(159,141,118); }
div.DivClassName
{
background-color: #9F8D76;
}
.BgClassName
{
background-color: #9F8D76;
}
</style>
border-color css
<style>
span { border-color: #9F8D76; }
span { border-color: rgb(159,141,118); }
td.TdClassName
{
border-color: #9F8D76;
}
.TagClassName
{
border-color: #9F8D76;
}
</style>