Shades of Pale Oyster #998A76
Tints of Pale Oyster #998A76
RGB
CMYK
RGB Variations
Color information
#998A76 (or 0x998A76) is known color: Pale Oyster. HEX triplet: 99, 8A and 76. RGB value is (153,138,118). Sum of RGB (Red+Green+Blue) = 153+138+118=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A76 is #667589. Grayscale: #8C8C8C. Windows color (decimal): -6714762 or 7768729. OLE color: 7768729.
HSL color Cylindrical-coordinate representation of color #998A76: hue angle of 34.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998A76 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 118 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.4 |
| HSL | 34.29º | 0.15% | 0.53% | - |
| HSV(B) | 34.29º | 0.23% | 0.6% | - |
| XYZ | 25.5 | 26.26 | 20.86 | - |
| YUV | 140.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 118 | 0 | 0.10 | 0.23 | 0.4 | 34.29 | 0.15 | 0.53 |
| Hex | 99 | 8A | 76 | 0 | A | 17 | 28 | 22 | F | 35 |
| Octal | 231 | 212 | 166 | 0 | 12 | 27 | 50 | 42 | 17 | 65 |
| Binary | 10011001 | 10001010 | 1110110 | 0 | 1010 | 10111 | 101000 | 100010 | 1111 | 110101 |
Color Harmonies of #998A76
Complementary color
Monochromatic Colors of #998A76
Black with #998A76
Text Example
Text Example
White with #998A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A76; }
p { color: rgb(153,138,118); }
H1.HeaderClassName
{
color: #998A76;
}
.AnyTagClassName
{
color: #998A76;
}
</style>
background-color css
<style>
a { background-color: #998A76; }
a { background-color: rgb(153,138,118); }
div.DivClassName
{
background-color: #998A76;
}
.BgClassName
{
background-color: #998A76;
}
</style>
border-color css
<style>
span { border-color: #998A76; }
span { border-color: rgb(153,138,118); }
td.TdClassName
{
border-color: #998A76;
}
.TagClassName
{
border-color: #998A76;
}
</style>