Shades of Pale Oyster #9C8972
Tints of Pale Oyster #9C8972
RGB
CMYK
RGB Variations
Color information
#9C8972 (or 0x9C8972) is known color: Pale Oyster. HEX triplet: 9C, 89 and 72. RGB value is (156,137,114). Sum of RGB (Red+Green+Blue) = 156+137+114=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8972 is #63768D. Grayscale: #8C8C8C. Windows color (decimal): -6518414 or 7506332. OLE color: 7506332.
HSL color Cylindrical-coordinate representation of color #9C8972: hue angle of 32.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C8972 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 114 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.39 |
| HSL | 32.86º | 0.18% | 0.53% | - |
| HSV(B) | 32.86º | 0.27% | 0.61% | - |
| XYZ | 25.69 | 26.17 | 19.62 | - |
| YUV | 140.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 114 | 0 | 0.12 | 0.27 | 0.39 | 32.86 | 0.18 | 0.53 |
| Hex | 9C | 89 | 72 | 0 | C | 1B | 27 | 21 | 12 | 35 |
| Octal | 234 | 211 | 162 | 0 | 14 | 33 | 47 | 41 | 22 | 65 |
| Binary | 10011100 | 10001001 | 1110010 | 0 | 1100 | 11011 | 100111 | 100001 | 10010 | 110101 |
Color Harmonies of #9C8972
Complementary color
Monochromatic Colors of #9C8972
Black with #9C8972
Text Example
Text Example
White with #9C8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8972; }
p { color: rgb(156,137,114); }
H1.HeaderClassName
{
color: #9C8972;
}
.AnyTagClassName
{
color: #9C8972;
}
</style>
background-color css
<style>
a { background-color: #9C8972; }
a { background-color: rgb(156,137,114); }
div.DivClassName
{
background-color: #9C8972;
}
.BgClassName
{
background-color: #9C8972;
}
</style>
border-color css
<style>
span { border-color: #9C8972; }
span { border-color: rgb(156,137,114); }
td.TdClassName
{
border-color: #9C8972;
}
.TagClassName
{
border-color: #9C8972;
}
</style>