Shades of Pale Oyster #9D8D79
Tints of Pale Oyster #9D8D79
RGB
CMYK
RGB Variations
Color information
#9D8D79 (or 0x9D8D79) is known color: Pale Oyster. HEX triplet: 9D, 8D and 79. RGB value is (157,141,121). Sum of RGB (Red+Green+Blue) = 157+141+121=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D79 is #627286. Grayscale: #8F8F8F. Windows color (decimal): -6451847 or 7966109. OLE color: 7966109.
HSL color Cylindrical-coordinate representation of color #9D8D79: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D8D79 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 121 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.38 |
| HSL | 33.33º | 0.16% | 0.55% | - |
| HSV(B) | 33.33º | 0.23% | 0.62% | - |
| XYZ | 26.88 | 27.6 | 22 | - |
| YUV | 143.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 121 | 0 | 0.10 | 0.23 | 0.38 | 33.33 | 0.16 | 0.55 |
| Hex | 9D | 8D | 79 | 0 | A | 17 | 26 | 21 | 10 | 37 |
| Octal | 235 | 215 | 171 | 0 | 12 | 27 | 46 | 41 | 20 | 67 |
| Binary | 10011101 | 10001101 | 1111001 | 0 | 1010 | 10111 | 100110 | 100001 | 10000 | 110111 |
Color Harmonies of #9D8D79
Complementary color
Monochromatic Colors of #9D8D79
Black with #9D8D79
Text Example
Text Example
White with #9D8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D79; }
p { color: rgb(157,141,121); }
H1.HeaderClassName
{
color: #9D8D79;
}
.AnyTagClassName
{
color: #9D8D79;
}
</style>
background-color css
<style>
a { background-color: #9D8D79; }
a { background-color: rgb(157,141,121); }
div.DivClassName
{
background-color: #9D8D79;
}
.BgClassName
{
background-color: #9D8D79;
}
</style>
border-color css
<style>
span { border-color: #9D8D79; }
span { border-color: rgb(157,141,121); }
td.TdClassName
{
border-color: #9D8D79;
}
.TagClassName
{
border-color: #9D8D79;
}
</style>