Shades of Pale Oyster #978771
Tints of Pale Oyster #978771
RGB
CMYK
RGB Variations
Color information
#978771 (or 0x978771) is known color: Pale Oyster. HEX triplet: 97, 87 and 71. RGB value is (151,135,113). Sum of RGB (Red+Green+Blue) = 151+135+113=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #978771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978771 is #68788E. Grayscale: #898989. Windows color (decimal): -6846607 or 7440279. OLE color: 7440279.
HSL color Cylindrical-coordinate representation of color #978771: hue angle of 34.74º 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 #978771 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 135 | 113 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.41 |
| HSL | 34.74º | 0.15% | 0.52% | - |
| HSV(B) | 34.74º | 0.25% | 0.59% | - |
| XYZ | 24.41 | 25.1 | 19.18 | - |
| YUV | 137.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 135 | 113 | 0 | 0.11 | 0.25 | 0.41 | 34.74 | 0.15 | 0.52 |
| Hex | 97 | 87 | 71 | 0 | B | 19 | 29 | 23 | F | 34 |
| Octal | 227 | 207 | 161 | 0 | 13 | 31 | 51 | 43 | 17 | 64 |
| Binary | 10010111 | 10000111 | 1110001 | 0 | 1011 | 11001 | 101001 | 100011 | 1111 | 110100 |
Color Harmonies of #978771
Complementary color
Monochromatic Colors of #978771
Black with #978771
Text Example
Text Example
White with #978771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978771; }
p { color: rgb(151,135,113); }
H1.HeaderClassName
{
color: #978771;
}
.AnyTagClassName
{
color: #978771;
}
</style>
background-color css
<style>
a { background-color: #978771; }
a { background-color: rgb(151,135,113); }
div.DivClassName
{
background-color: #978771;
}
.BgClassName
{
background-color: #978771;
}
</style>
border-color css
<style>
span { border-color: #978771; }
span { border-color: rgb(151,135,113); }
td.TdClassName
{
border-color: #978771;
}
.TagClassName
{
border-color: #978771;
}
</style>