Shades of Pale Oyster #998C77
Tints of Pale Oyster #998C77
RGB
CMYK
RGB Variations
Color information
#998C77 (or 0x998C77) is known color: Pale Oyster. HEX triplet: 99, 8C and 77. RGB value is (153,140,119). Sum of RGB (Red+Green+Blue) = 153+140+119=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #998C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C77 is #667388. Grayscale: #8D8D8D. Windows color (decimal): -6714249 or 7834777. OLE color: 7834777.
HSL color Cylindrical-coordinate representation of color #998C77: hue angle of 37.06º 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 #998C77 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 119 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.4 |
| HSL | 37.06º | 0.14% | 0.53% | - |
| HSV(B) | 37.06º | 0.22% | 0.6% | - |
| XYZ | 25.84 | 26.86 | 21.28 | - |
| YUV | 141.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 119 | 0 | 0.08 | 0.22 | 0.4 | 37.06 | 0.14 | 0.53 |
| Hex | 99 | 8C | 77 | 0 | 8 | 16 | 28 | 25 | E | 35 |
| Octal | 231 | 214 | 167 | 0 | 10 | 26 | 50 | 45 | 16 | 65 |
| Binary | 10011001 | 10001100 | 1110111 | 0 | 1000 | 10110 | 101000 | 100101 | 1110 | 110101 |
Color Harmonies of #998C77
Complementary color
Monochromatic Colors of #998C77
Black with #998C77
Text Example
Text Example
White with #998C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C77; }
p { color: rgb(153,140,119); }
H1.HeaderClassName
{
color: #998C77;
}
.AnyTagClassName
{
color: #998C77;
}
</style>
background-color css
<style>
a { background-color: #998C77; }
a { background-color: rgb(153,140,119); }
div.DivClassName
{
background-color: #998C77;
}
.BgClassName
{
background-color: #998C77;
}
</style>
border-color css
<style>
span { border-color: #998C77; }
span { border-color: rgb(153,140,119); }
td.TdClassName
{
border-color: #998C77;
}
.TagClassName
{
border-color: #998C77;
}
</style>