Shades of Pale Oyster #978975
Tints of Pale Oyster #978975
RGB
CMYK
RGB Variations
Color information
#978975 (or 0x978975) is known color: Pale Oyster. HEX triplet: 97, 89 and 75. RGB value is (151,137,117). Sum of RGB (Red+Green+Blue) = 151+137+117=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #978975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978975 is #68768A. Grayscale: #8B8B8B. Windows color (decimal): -6846091 or 7702935. OLE color: 7702935.
HSL color Cylindrical-coordinate representation of color #978975: hue angle of 35.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #978975 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 137 | 117 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.41 |
| HSL | 35.29º | 0.14% | 0.53% | - |
| HSV(B) | 35.29º | 0.23% | 0.59% | - |
| XYZ | 24.92 | 25.75 | 20.49 | - |
| YUV | 138.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 117 | 0 | 0.09 | 0.23 | 0.41 | 35.29 | 0.14 | 0.53 |
| Hex | 97 | 89 | 75 | 0 | 9 | 17 | 29 | 23 | E | 35 |
| Octal | 227 | 211 | 165 | 0 | 11 | 27 | 51 | 43 | 16 | 65 |
| Binary | 10010111 | 10001001 | 1110101 | 0 | 1001 | 10111 | 101001 | 100011 | 1110 | 110101 |
Color Harmonies of #978975
Complementary color
Monochromatic Colors of #978975
Black with #978975
Text Example
Text Example
White with #978975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978975; }
p { color: rgb(151,137,117); }
H1.HeaderClassName
{
color: #978975;
}
.AnyTagClassName
{
color: #978975;
}
</style>
background-color css
<style>
a { background-color: #978975; }
a { background-color: rgb(151,137,117); }
div.DivClassName
{
background-color: #978975;
}
.BgClassName
{
background-color: #978975;
}
</style>
border-color css
<style>
span { border-color: #978975; }
span { border-color: rgb(151,137,117); }
td.TdClassName
{
border-color: #978975;
}
.TagClassName
{
border-color: #978975;
}
</style>