Shades of Pale Oyster #978A72
Tints of Pale Oyster #978A72
RGB
CMYK
RGB Variations
Color information
#978A72 (or 0x978A72) is known color: Pale Oyster. HEX triplet: 97, 8A and 72. RGB value is (151,138,114). Sum of RGB (Red+Green+Blue) = 151+138+114=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #978A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A72 is #68758D. Grayscale: #8B8B8B. Windows color (decimal): -6845838 or 7506583. OLE color: 7506583.
HSL color Cylindrical-coordinate representation of color #978A72: hue angle of 38.92º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978A72 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 114 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.41 |
| HSL | 38.92º | 0.15% | 0.52% | - |
| HSV(B) | 38.92º | 0.25% | 0.59% | - |
| XYZ | 24.89 | 25.97 | 19.62 | - |
| YUV | 139.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 114 | 0 | 0.09 | 0.25 | 0.41 | 38.92 | 0.15 | 0.52 |
| Hex | 97 | 8A | 72 | 0 | 9 | 19 | 29 | 27 | F | 34 |
| Octal | 227 | 212 | 162 | 0 | 11 | 31 | 51 | 47 | 17 | 64 |
| Binary | 10010111 | 10001010 | 1110010 | 0 | 1001 | 11001 | 101001 | 100111 | 1111 | 110100 |
Color Harmonies of #978A72
Complementary color
Monochromatic Colors of #978A72
Black with #978A72
Text Example
Text Example
White with #978A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A72; }
p { color: rgb(151,138,114); }
H1.HeaderClassName
{
color: #978A72;
}
.AnyTagClassName
{
color: #978A72;
}
</style>
background-color css
<style>
a { background-color: #978A72; }
a { background-color: rgb(151,138,114); }
div.DivClassName
{
background-color: #978A72;
}
.BgClassName
{
background-color: #978A72;
}
</style>
border-color css
<style>
span { border-color: #978A72; }
span { border-color: rgb(151,138,114); }
td.TdClassName
{
border-color: #978A72;
}
.TagClassName
{
border-color: #978A72;
}
</style>