Shades of Pale Oyster #978E76
Tints of Pale Oyster #978E76
RGB
CMYK
RGB Variations
Color information
#978E76 (or 0x978E76) is known color: Pale Oyster. HEX triplet: 97, 8E and 76. RGB value is (151,142,118). Sum of RGB (Red+Green+Blue) = 151+142+118=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E76 is #687189. Grayscale: #8E8E8E. Windows color (decimal): -6844810 or 7769751. OLE color: 7769751.
HSL color Cylindrical-coordinate representation of color #978E76: hue angle of 43.64º 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 #978E76 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 118 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.41 |
| HSL | 43.64º | 0.14% | 0.53% | - |
| HSV(B) | 43.64º | 0.22% | 0.59% | - |
| XYZ | 25.71 | 27.23 | 21.04 | - |
| YUV | 141.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 118 | 0 | 0.06 | 0.22 | 0.41 | 43.64 | 0.14 | 0.53 |
| Hex | 97 | 8E | 76 | 0 | 6 | 16 | 29 | 2C | E | 35 |
| Octal | 227 | 216 | 166 | 0 | 6 | 26 | 51 | 54 | 16 | 65 |
| Binary | 10010111 | 10001110 | 1110110 | 0 | 110 | 10110 | 101001 | 101100 | 1110 | 110101 |
Color Harmonies of #978E76
Complementary color
Monochromatic Colors of #978E76
Black with #978E76
Text Example
Text Example
White with #978E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E76; }
p { color: rgb(151,142,118); }
H1.HeaderClassName
{
color: #978E76;
}
.AnyTagClassName
{
color: #978E76;
}
</style>
background-color css
<style>
a { background-color: #978E76; }
a { background-color: rgb(151,142,118); }
div.DivClassName
{
background-color: #978E76;
}
.BgClassName
{
background-color: #978E76;
}
</style>
border-color css
<style>
span { border-color: #978E76; }
span { border-color: rgb(151,142,118); }
td.TdClassName
{
border-color: #978E76;
}
.TagClassName
{
border-color: #978E76;
}
</style>