Shades of Pale Oyster #988C73
Tints of Pale Oyster #988C73
RGB
CMYK
RGB Variations
Color information
#988C73 (or 0x988C73) is known color: Pale Oyster. HEX triplet: 98, 8C and 73. RGB value is (152,140,115). Sum of RGB (Red+Green+Blue) = 152+140+115=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C73 is #67738C. Grayscale: #8C8C8C. Windows color (decimal): -6779789 or 7572632. OLE color: 7572632.
HSL color Cylindrical-coordinate representation of color #988C73: hue angle of 40.54º 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 #988C73 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 115 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.40 |
| HSL | 40.54º | 0.15% | 0.52% | - |
| HSV(B) | 40.54º | 0.24% | 0.6% | - |
| XYZ | 25.42 | 26.67 | 20.03 | - |
| YUV | 140.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 115 | 0 | 0.08 | 0.24 | 0.40 | 40.54 | 0.15 | 0.52 |
| Hex | 98 | 8C | 73 | 0 | 8 | 18 | 28 | 29 | F | 34 |
| Octal | 230 | 214 | 163 | 0 | 10 | 30 | 50 | 51 | 17 | 64 |
| Binary | 10011000 | 10001100 | 1110011 | 0 | 1000 | 11000 | 101000 | 101001 | 1111 | 110100 |
Color Harmonies of #988C73
Complementary color
Monochromatic Colors of #988C73
Black with #988C73
Text Example
Text Example
White with #988C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C73; }
p { color: rgb(152,140,115); }
H1.HeaderClassName
{
color: #988C73;
}
.AnyTagClassName
{
color: #988C73;
}
</style>
background-color css
<style>
a { background-color: #988C73; }
a { background-color: rgb(152,140,115); }
div.DivClassName
{
background-color: #988C73;
}
.BgClassName
{
background-color: #988C73;
}
</style>
border-color css
<style>
span { border-color: #988C73; }
span { border-color: rgb(152,140,115); }
td.TdClassName
{
border-color: #988C73;
}
.TagClassName
{
border-color: #988C73;
}
</style>