Shades of Pale Oyster #998E76
Tints of Pale Oyster #998E76
RGB
CMYK
RGB Variations
Color information
#998E76 (or 0x998E76) is known color: Pale Oyster. HEX triplet: 99, 8E and 76. RGB value is (153,142,118). Sum of RGB (Red+Green+Blue) = 153+142+118=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E76 is #667189. Grayscale: #8E8E8E. Windows color (decimal): -6713738 or 7769753. OLE color: 7769753.
HSL color Cylindrical-coordinate representation of color #998E76: hue angle of 41.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998E76 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 118 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.4 |
| HSL | 41.14º | 0.15% | 0.53% | - |
| HSV(B) | 41.14º | 0.23% | 0.6% | - |
| XYZ | 26.08 | 27.43 | 21.06 | - |
| YUV | 142.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 118 | 0 | 0.07 | 0.23 | 0.4 | 41.14 | 0.15 | 0.53 |
| Hex | 99 | 8E | 76 | 0 | 7 | 17 | 28 | 29 | F | 35 |
| Octal | 231 | 216 | 166 | 0 | 7 | 27 | 50 | 51 | 17 | 65 |
| Binary | 10011001 | 10001110 | 1110110 | 0 | 111 | 10111 | 101000 | 101001 | 1111 | 110101 |
Color Harmonies of #998E76
Complementary color
Monochromatic Colors of #998E76
Black with #998E76
Text Example
Text Example
White with #998E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E76; }
p { color: rgb(153,142,118); }
H1.HeaderClassName
{
color: #998E76;
}
.AnyTagClassName
{
color: #998E76;
}
</style>
background-color css
<style>
a { background-color: #998E76; }
a { background-color: rgb(153,142,118); }
div.DivClassName
{
background-color: #998E76;
}
.BgClassName
{
background-color: #998E76;
}
</style>
border-color css
<style>
span { border-color: #998E76; }
span { border-color: rgb(153,142,118); }
td.TdClassName
{
border-color: #998E76;
}
.TagClassName
{
border-color: #998E76;
}
</style>