Shades of Pale Oyster #998A78
Tints of Pale Oyster #998A78
RGB
CMYK
RGB Variations
Color information
#998A78 (or 0x998A78) is known color: Pale Oyster. HEX triplet: 99, 8A and 78. RGB value is (153,138,120). Sum of RGB (Red+Green+Blue) = 153+138+120=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A78 is #667587. Grayscale: #8C8C8C. Windows color (decimal): -6714760 or 7899801. OLE color: 7899801.
HSL color Cylindrical-coordinate representation of color #998A78: hue angle of 32.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998A78 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 120 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.4 |
| HSL | 32.73º | 0.14% | 0.54% | - |
| HSV(B) | 32.73º | 0.22% | 0.6% | - |
| XYZ | 25.62 | 26.31 | 21.5 | - |
| YUV | 140.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 120 | 0 | 0.10 | 0.22 | 0.4 | 32.73 | 0.14 | 0.54 |
| Hex | 99 | 8A | 78 | 0 | A | 16 | 28 | 21 | E | 36 |
| Octal | 231 | 212 | 170 | 0 | 12 | 26 | 50 | 41 | 16 | 66 |
| Binary | 10011001 | 10001010 | 1111000 | 0 | 1010 | 10110 | 101000 | 100001 | 1110 | 110110 |
Color Harmonies of #998A78
Complementary color
Monochromatic Colors of #998A78
Black with #998A78
Text Example
Text Example
White with #998A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A78; }
p { color: rgb(153,138,120); }
H1.HeaderClassName
{
color: #998A78;
}
.AnyTagClassName
{
color: #998A78;
}
</style>
background-color css
<style>
a { background-color: #998A78; }
a { background-color: rgb(153,138,120); }
div.DivClassName
{
background-color: #998A78;
}
.BgClassName
{
background-color: #998A78;
}
</style>
border-color css
<style>
span { border-color: #998A78; }
span { border-color: rgb(153,138,120); }
td.TdClassName
{
border-color: #998A78;
}
.TagClassName
{
border-color: #998A78;
}
</style>