Shades of Pale Oyster #9F8C72
Tints of Pale Oyster #9F8C72
RGB
CMYK
RGB Variations
Color information
#9F8C72 (or 0x9F8C72) is known color: Pale Oyster. HEX triplet: 9F, 8C and 72. RGB value is (159,140,114). Sum of RGB (Red+Green+Blue) = 159+140+114=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C72 is #60738D. Grayscale: #8E8E8E. Windows color (decimal): -6321038 or 7507103. OLE color: 7507103.
HSL color Cylindrical-coordinate representation of color #9F8C72: hue angle of 34.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8C72 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 114 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.38 |
| HSL | 34.67º | 0.19% | 0.54% | - |
| HSV(B) | 34.67º | 0.28% | 0.62% | - |
| XYZ | 26.71 | 27.34 | 19.79 | - |
| YUV | 142.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 114 | 0 | 0.12 | 0.28 | 0.38 | 34.67 | 0.19 | 0.54 |
| Hex | 9F | 8C | 72 | 0 | C | 1C | 26 | 23 | 13 | 36 |
| Octal | 237 | 214 | 162 | 0 | 14 | 34 | 46 | 43 | 23 | 66 |
| Binary | 10011111 | 10001100 | 1110010 | 0 | 1100 | 11100 | 100110 | 100011 | 10011 | 110110 |
Color Harmonies of #9F8C72
Complementary color
Monochromatic Colors of #9F8C72
Black with #9F8C72
Text Example
Text Example
White with #9F8C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C72; }
p { color: rgb(159,140,114); }
H1.HeaderClassName
{
color: #9F8C72;
}
.AnyTagClassName
{
color: #9F8C72;
}
</style>
background-color css
<style>
a { background-color: #9F8C72; }
a { background-color: rgb(159,140,114); }
div.DivClassName
{
background-color: #9F8C72;
}
.BgClassName
{
background-color: #9F8C72;
}
</style>
border-color css
<style>
span { border-color: #9F8C72; }
span { border-color: rgb(159,140,114); }
td.TdClassName
{
border-color: #9F8C72;
}
.TagClassName
{
border-color: #9F8C72;
}
</style>