Shades of Pale Oyster #998D77
Tints of Pale Oyster #998D77
RGB
CMYK
RGB Variations
Color information
#998D77 (or 0x998D77) is known color: Pale Oyster. HEX triplet: 99, 8D and 77. RGB value is (153,141,119). Sum of RGB (Red+Green+Blue) = 153+141+119=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D77 is #667288. Grayscale: #8E8E8E. Windows color (decimal): -6713993 or 7835033. OLE color: 7835033.
HSL color Cylindrical-coordinate representation of color #998D77: hue angle of 38.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998D77 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 119 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.4 |
| HSL | 38.82º | 0.14% | 0.53% | - |
| HSV(B) | 38.82º | 0.22% | 0.6% | - |
| XYZ | 25.99 | 27.15 | 21.32 | - |
| YUV | 142.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 119 | 0 | 0.08 | 0.22 | 0.4 | 38.82 | 0.14 | 0.53 |
| Hex | 99 | 8D | 77 | 0 | 8 | 16 | 28 | 27 | E | 35 |
| Octal | 231 | 215 | 167 | 0 | 10 | 26 | 50 | 47 | 16 | 65 |
| Binary | 10011001 | 10001101 | 1110111 | 0 | 1000 | 10110 | 101000 | 100111 | 1110 | 110101 |
Color Harmonies of #998D77
Complementary color
Monochromatic Colors of #998D77
Black with #998D77
Text Example
Text Example
White with #998D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D77; }
p { color: rgb(153,141,119); }
H1.HeaderClassName
{
color: #998D77;
}
.AnyTagClassName
{
color: #998D77;
}
</style>
background-color css
<style>
a { background-color: #998D77; }
a { background-color: rgb(153,141,119); }
div.DivClassName
{
background-color: #998D77;
}
.BgClassName
{
background-color: #998D77;
}
</style>
border-color css
<style>
span { border-color: #998D77; }
span { border-color: rgb(153,141,119); }
td.TdClassName
{
border-color: #998D77;
}
.TagClassName
{
border-color: #998D77;
}
</style>