Shades of Pale Oyster #9D8D76
Tints of Pale Oyster #9D8D76
RGB
CMYK
RGB Variations
Color information
#9D8D76 (or 0x9D8D76) is known color: Pale Oyster. HEX triplet: 9D, 8D and 76. RGB value is (157,141,118). Sum of RGB (Red+Green+Blue) = 157+141+118=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D76 is #627289. Grayscale: #8F8F8F. Windows color (decimal): -6451850 or 7769501. OLE color: 7769501.
HSL color Cylindrical-coordinate representation of color #9D8D76: hue angle of 35.38º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8D76 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 118 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.38 |
| HSL | 35.38º | 0.17% | 0.54% | - |
| HSV(B) | 35.38º | 0.25% | 0.62% | - |
| XYZ | 26.7 | 27.53 | 21.05 | - |
| YUV | 143.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 118 | 0 | 0.10 | 0.25 | 0.38 | 35.38 | 0.17 | 0.54 |
| Hex | 9D | 8D | 76 | 0 | A | 19 | 26 | 23 | 11 | 36 |
| Octal | 235 | 215 | 166 | 0 | 12 | 31 | 46 | 43 | 21 | 66 |
| Binary | 10011101 | 10001101 | 1110110 | 0 | 1010 | 11001 | 100110 | 100011 | 10001 | 110110 |
Color Harmonies of #9D8D76
Complementary color
Monochromatic Colors of #9D8D76
Black with #9D8D76
Text Example
Text Example
White with #9D8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D76; }
p { color: rgb(157,141,118); }
H1.HeaderClassName
{
color: #9D8D76;
}
.AnyTagClassName
{
color: #9D8D76;
}
</style>
background-color css
<style>
a { background-color: #9D8D76; }
a { background-color: rgb(157,141,118); }
div.DivClassName
{
background-color: #9D8D76;
}
.BgClassName
{
background-color: #9D8D76;
}
</style>
border-color css
<style>
span { border-color: #9D8D76; }
span { border-color: rgb(157,141,118); }
td.TdClassName
{
border-color: #9D8D76;
}
.TagClassName
{
border-color: #9D8D76;
}
</style>