Shades of Pale Oyster #988E73
Tints of Pale Oyster #988E73
RGB
CMYK
RGB Variations
Color information
#988E73 (or 0x988E73) is known color: Pale Oyster. HEX triplet: 98, 8E and 73. RGB value is (152,142,115). Sum of RGB (Red+Green+Blue) = 152+142+115=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E73 is #67718C. Grayscale: #8E8E8E. Windows color (decimal): -6779277 or 7573144. OLE color: 7573144.
HSL color Cylindrical-coordinate representation of color #988E73: hue angle of 43.78º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988E73 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 115 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.40 |
| HSL | 43.78º | 0.15% | 0.52% | - |
| HSV(B) | 43.78º | 0.24% | 0.6% | - |
| XYZ | 25.72 | 27.26 | 20.13 | - |
| YUV | 141.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 115 | 0 | 0.07 | 0.24 | 0.40 | 43.78 | 0.15 | 0.52 |
| Hex | 98 | 8E | 73 | 0 | 7 | 18 | 28 | 2C | F | 34 |
| Octal | 230 | 216 | 163 | 0 | 7 | 30 | 50 | 54 | 17 | 64 |
| Binary | 10011000 | 10001110 | 1110011 | 0 | 111 | 11000 | 101000 | 101100 | 1111 | 110100 |
Color Harmonies of #988E73
Complementary color
Monochromatic Colors of #988E73
Black with #988E73
Text Example
Text Example
White with #988E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E73; }
p { color: rgb(152,142,115); }
H1.HeaderClassName
{
color: #988E73;
}
.AnyTagClassName
{
color: #988E73;
}
</style>
background-color css
<style>
a { background-color: #988E73; }
a { background-color: rgb(152,142,115); }
div.DivClassName
{
background-color: #988E73;
}
.BgClassName
{
background-color: #988E73;
}
</style>
border-color css
<style>
span { border-color: #988E73; }
span { border-color: rgb(152,142,115); }
td.TdClassName
{
border-color: #988E73;
}
.TagClassName
{
border-color: #988E73;
}
</style>