Shades of Pale Oyster #988872
Tints of Pale Oyster #988872
RGB
CMYK
RGB Variations
Color information
#988872 (or 0x988872) is known color: Pale Oyster. HEX triplet: 98, 88 and 72. RGB value is (152,136,114). Sum of RGB (Red+Green+Blue) = 152+136+114=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988872 is #67778D. Grayscale: #8A8A8A. Windows color (decimal): -6780814 or 7506072. OLE color: 7506072.
HSL color Cylindrical-coordinate representation of color #988872: hue angle of 34.74º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #988872 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 114 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.40 |
| HSL | 34.74º | 0.16% | 0.52% | - |
| HSV(B) | 34.74º | 0.25% | 0.6% | - |
| XYZ | 24.79 | 25.5 | 19.53 | - |
| YUV | 138.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 114 | 0 | 0.11 | 0.25 | 0.40 | 34.74 | 0.16 | 0.52 |
| Hex | 98 | 88 | 72 | 0 | B | 19 | 28 | 23 | 10 | 34 |
| Octal | 230 | 210 | 162 | 0 | 13 | 31 | 50 | 43 | 20 | 64 |
| Binary | 10011000 | 10001000 | 1110010 | 0 | 1011 | 11001 | 101000 | 100011 | 10000 | 110100 |
Color Harmonies of #988872
Complementary color
Monochromatic Colors of #988872
Black with #988872
Text Example
Text Example
White with #988872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988872; }
p { color: rgb(152,136,114); }
H1.HeaderClassName
{
color: #988872;
}
.AnyTagClassName
{
color: #988872;
}
</style>
background-color css
<style>
a { background-color: #988872; }
a { background-color: rgb(152,136,114); }
div.DivClassName
{
background-color: #988872;
}
.BgClassName
{
background-color: #988872;
}
</style>
border-color css
<style>
span { border-color: #988872; }
span { border-color: rgb(152,136,114); }
td.TdClassName
{
border-color: #988872;
}
.TagClassName
{
border-color: #988872;
}
</style>