Shades of Pale Oyster #9D8F75
Tints of Pale Oyster #9D8F75
RGB
CMYK
RGB Variations
Color information
#9D8F75 (or 0x9D8F75) is known color: Pale Oyster. HEX triplet: 9D, 8F and 75. RGB value is (157,143,117). Sum of RGB (Red+Green+Blue) = 157+143+117=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F75 is #62708A. Grayscale: #909090. Windows color (decimal): -6451339 or 7704477. OLE color: 7704477.
HSL color Cylindrical-coordinate representation of color #9D8F75: hue angle of 39º 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 #9D8F75 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 117 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.38 |
| HSL | 39º | 0.17% | 0.54% | - |
| HSV(B) | 39º | 0.25% | 0.62% | - |
| XYZ | 26.94 | 28.1 | 20.83 | - |
| YUV | 144.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 117 | 0 | 0.09 | 0.25 | 0.38 | 39 | 0.17 | 0.54 |
| Hex | 9D | 8F | 75 | 0 | 9 | 19 | 26 | 27 | 11 | 36 |
| Octal | 235 | 217 | 165 | 0 | 11 | 31 | 46 | 47 | 21 | 66 |
| Binary | 10011101 | 10001111 | 1110101 | 0 | 1001 | 11001 | 100110 | 100111 | 10001 | 110110 |
Color Harmonies of #9D8F75
Complementary color
Monochromatic Colors of #9D8F75
Black with #9D8F75
Text Example
Text Example
White with #9D8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F75; }
p { color: rgb(157,143,117); }
H1.HeaderClassName
{
color: #9D8F75;
}
.AnyTagClassName
{
color: #9D8F75;
}
</style>
background-color css
<style>
a { background-color: #9D8F75; }
a { background-color: rgb(157,143,117); }
div.DivClassName
{
background-color: #9D8F75;
}
.BgClassName
{
background-color: #9D8F75;
}
</style>
border-color css
<style>
span { border-color: #9D8F75; }
span { border-color: rgb(157,143,117); }
td.TdClassName
{
border-color: #9D8F75;
}
.TagClassName
{
border-color: #9D8F75;
}
</style>