Shades of Pale Oyster #978D76
Tints of Pale Oyster #978D76
RGB
CMYK
RGB Variations
Color information
#978D76 (or 0x978D76) is known color: Pale Oyster. HEX triplet: 97, 8D and 76. RGB value is (151,141,118). Sum of RGB (Red+Green+Blue) = 151+141+118=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D76 is #687289. Grayscale: #8D8D8D. Windows color (decimal): -6845066 or 7769495. OLE color: 7769495.
HSL color Cylindrical-coordinate representation of color #978D76: hue angle of 41.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978D76 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 118 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.41 |
| HSL | 41.82º | 0.14% | 0.53% | - |
| HSV(B) | 41.82º | 0.22% | 0.59% | - |
| XYZ | 25.56 | 26.94 | 20.99 | - |
| YUV | 141.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 118 | 0 | 0.07 | 0.22 | 0.41 | 41.82 | 0.14 | 0.53 |
| Hex | 97 | 8D | 76 | 0 | 7 | 16 | 29 | 2A | E | 35 |
| Octal | 227 | 215 | 166 | 0 | 7 | 26 | 51 | 52 | 16 | 65 |
| Binary | 10010111 | 10001101 | 1110110 | 0 | 111 | 10110 | 101001 | 101010 | 1110 | 110101 |
Color Harmonies of #978D76
Complementary color
Monochromatic Colors of #978D76
Black with #978D76
Text Example
Text Example
White with #978D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D76; }
p { color: rgb(151,141,118); }
H1.HeaderClassName
{
color: #978D76;
}
.AnyTagClassName
{
color: #978D76;
}
</style>
background-color css
<style>
a { background-color: #978D76; }
a { background-color: rgb(151,141,118); }
div.DivClassName
{
background-color: #978D76;
}
.BgClassName
{
background-color: #978D76;
}
</style>
border-color css
<style>
span { border-color: #978D76; }
span { border-color: rgb(151,141,118); }
td.TdClassName
{
border-color: #978D76;
}
.TagClassName
{
border-color: #978D76;
}
</style>