Shades of Pale Oyster #978872
Tints of Pale Oyster #978872
RGB
CMYK
RGB Variations
Color information
#978872 (or 0x978872) is known color: Pale Oyster. HEX triplet: 97, 88 and 72. RGB value is (151,136,114). Sum of RGB (Red+Green+Blue) = 151+136+114=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #978872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978872 is #68778D. Grayscale: #8A8A8A. Windows color (decimal): -6846350 or 7506071. OLE color: 7506071.
HSL color Cylindrical-coordinate representation of color #978872: hue angle of 35.68º 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 #978872 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 114 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.41 |
| HSL | 35.68º | 0.15% | 0.52% | - |
| HSV(B) | 35.68º | 0.25% | 0.59% | - |
| XYZ | 24.6 | 25.4 | 19.53 | - |
| YUV | 137.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 114 | 0 | 0.10 | 0.25 | 0.41 | 35.68 | 0.15 | 0.52 |
| Hex | 97 | 88 | 72 | 0 | A | 19 | 29 | 24 | F | 34 |
| Octal | 227 | 210 | 162 | 0 | 12 | 31 | 51 | 44 | 17 | 64 |
| Binary | 10010111 | 10001000 | 1110010 | 0 | 1010 | 11001 | 101001 | 100100 | 1111 | 110100 |
Color Harmonies of #978872
Complementary color
Monochromatic Colors of #978872
Black with #978872
Text Example
Text Example
White with #978872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978872; }
p { color: rgb(151,136,114); }
H1.HeaderClassName
{
color: #978872;
}
.AnyTagClassName
{
color: #978872;
}
</style>
background-color css
<style>
a { background-color: #978872; }
a { background-color: rgb(151,136,114); }
div.DivClassName
{
background-color: #978872;
}
.BgClassName
{
background-color: #978872;
}
</style>
border-color css
<style>
span { border-color: #978872; }
span { border-color: rgb(151,136,114); }
td.TdClassName
{
border-color: #978872;
}
.TagClassName
{
border-color: #978872;
}
</style>