Shades of Pale Oyster #978A6C
Tints of Pale Oyster #978A6C
RGB
CMYK
RGB Variations
Color information
#978A6C (or 0x978A6C) is known color: Pale Oyster. HEX triplet: 97, 8A and 6C. RGB value is (151,138,108). Sum of RGB (Red+Green+Blue) = 151+138+108=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #978A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A6C is #687593. Grayscale: #8A8A8A. Windows color (decimal): -6845844 or 7113367. OLE color: 7113367.
HSL color Cylindrical-coordinate representation of color #978A6C: hue angle of 41.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #978A6C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 108 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.41 |
| HSL | 41.86º | 0.17% | 0.51% | - |
| HSV(B) | 41.86º | 0.28% | 0.59% | - |
| XYZ | 24.56 | 25.84 | 17.88 | - |
| YUV | 138.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 108 | 0 | 0.09 | 0.28 | 0.41 | 41.86 | 0.17 | 0.51 |
| Hex | 97 | 8A | 6C | 0 | 9 | 1C | 29 | 2A | 11 | 33 |
| Octal | 227 | 212 | 154 | 0 | 11 | 34 | 51 | 52 | 21 | 63 |
| Binary | 10010111 | 10001010 | 1101100 | 0 | 1001 | 11100 | 101001 | 101010 | 10001 | 110011 |
Color Harmonies of #978A6C
Complementary color
Monochromatic Colors of #978A6C
Black with #978A6C
Text Example
Text Example
White with #978A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A6C; }
p { color: rgb(151,138,108); }
H1.HeaderClassName
{
color: #978A6C;
}
.AnyTagClassName
{
color: #978A6C;
}
</style>
background-color css
<style>
a { background-color: #978A6C; }
a { background-color: rgb(151,138,108); }
div.DivClassName
{
background-color: #978A6C;
}
.BgClassName
{
background-color: #978A6C;
}
</style>
border-color css
<style>
span { border-color: #978A6C; }
span { border-color: rgb(151,138,108); }
td.TdClassName
{
border-color: #978A6C;
}
.TagClassName
{
border-color: #978A6C;
}
</style>