Shades of Pale Oyster #978B72
Tints of Pale Oyster #978B72
RGB
CMYK
RGB Variations
Color information
#978B72 (or 0x978B72) is known color: Pale Oyster. HEX triplet: 97, 8B and 72. RGB value is (151,139,114). Sum of RGB (Red+Green+Blue) = 151+139+114=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #978B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B72 is #68748D. Grayscale: #8B8B8B. Windows color (decimal): -6845582 or 7506839. OLE color: 7506839.
HSL color Cylindrical-coordinate representation of color #978B72: hue angle of 40.54º 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 #978B72 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 114 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.41 |
| HSL | 40.54º | 0.15% | 0.52% | - |
| HSV(B) | 40.54º | 0.25% | 0.59% | - |
| XYZ | 25.03 | 26.26 | 19.67 | - |
| YUV | 139.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 114 | 0 | 0.08 | 0.25 | 0.41 | 40.54 | 0.15 | 0.52 |
| Hex | 97 | 8B | 72 | 0 | 8 | 19 | 29 | 29 | F | 34 |
| Octal | 227 | 213 | 162 | 0 | 10 | 31 | 51 | 51 | 17 | 64 |
| Binary | 10010111 | 10001011 | 1110010 | 0 | 1000 | 11001 | 101001 | 101001 | 1111 | 110100 |
Color Harmonies of #978B72
Complementary color
Monochromatic Colors of #978B72
Black with #978B72
Text Example
Text Example
White with #978B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B72; }
p { color: rgb(151,139,114); }
H1.HeaderClassName
{
color: #978B72;
}
.AnyTagClassName
{
color: #978B72;
}
</style>
background-color css
<style>
a { background-color: #978B72; }
a { background-color: rgb(151,139,114); }
div.DivClassName
{
background-color: #978B72;
}
.BgClassName
{
background-color: #978B72;
}
</style>
border-color css
<style>
span { border-color: #978B72; }
span { border-color: rgb(151,139,114); }
td.TdClassName
{
border-color: #978B72;
}
.TagClassName
{
border-color: #978B72;
}
</style>