Shades of Pale Oyster #988C74
Tints of Pale Oyster #988C74
RGB
CMYK
RGB Variations
Color information
#988C74 (or 0x988C74) is known color: Pale Oyster. HEX triplet: 98, 8C and 74. RGB value is (152,140,116). Sum of RGB (Red+Green+Blue) = 152+140+116=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #988C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C74 is #67738B. Grayscale: #8C8C8C. Windows color (decimal): -6779788 or 7638168. OLE color: 7638168.
HSL color Cylindrical-coordinate representation of color #988C74: hue angle of 40º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988C74 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 116 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.40 |
| HSL | 40º | 0.15% | 0.53% | - |
| HSV(B) | 40º | 0.24% | 0.6% | - |
| XYZ | 25.48 | 26.69 | 20.33 | - |
| YUV | 140.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 116 | 0 | 0.08 | 0.24 | 0.40 | 40 | 0.15 | 0.53 |
| Hex | 98 | 8C | 74 | 0 | 8 | 18 | 28 | 28 | F | 35 |
| Octal | 230 | 214 | 164 | 0 | 10 | 30 | 50 | 50 | 17 | 65 |
| Binary | 10011000 | 10001100 | 1110100 | 0 | 1000 | 11000 | 101000 | 101000 | 1111 | 110101 |
Color Harmonies of #988C74
Complementary color
Monochromatic Colors of #988C74
Black with #988C74
Text Example
Text Example
White with #988C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C74; }
p { color: rgb(152,140,116); }
H1.HeaderClassName
{
color: #988C74;
}
.AnyTagClassName
{
color: #988C74;
}
</style>
background-color css
<style>
a { background-color: #988C74; }
a { background-color: rgb(152,140,116); }
div.DivClassName
{
background-color: #988C74;
}
.BgClassName
{
background-color: #988C74;
}
</style>
border-color css
<style>
span { border-color: #988C74; }
span { border-color: rgb(152,140,116); }
td.TdClassName
{
border-color: #988C74;
}
.TagClassName
{
border-color: #988C74;
}
</style>