Shades of Pale Oyster #958A72
Tints of Pale Oyster #958A72
RGB
CMYK
RGB Variations
Color information
#958A72 (or 0x958A72) is known color: Pale Oyster. HEX triplet: 95, 8A and 72. RGB value is (149,138,114). Sum of RGB (Red+Green+Blue) = 149+138+114=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A72 is #6A758D. Grayscale: #8A8A8A. Windows color (decimal): -6976910 or 7506581. OLE color: 7506581.
HSL color Cylindrical-coordinate representation of color #958A72: hue angle of 41.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958A72 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 114 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.42 |
| HSL | 41.14º | 0.14% | 0.52% | - |
| HSV(B) | 41.14º | 0.23% | 0.58% | - |
| XYZ | 24.52 | 25.78 | 19.6 | - |
| YUV | 138.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 114 | 0 | 0.07 | 0.23 | 0.42 | 41.14 | 0.14 | 0.52 |
| Hex | 95 | 8A | 72 | 0 | 7 | 17 | 2A | 29 | E | 34 |
| Octal | 225 | 212 | 162 | 0 | 7 | 27 | 52 | 51 | 16 | 64 |
| Binary | 10010101 | 10001010 | 1110010 | 0 | 111 | 10111 | 101010 | 101001 | 1110 | 110100 |
Color Harmonies of #958A72
Complementary color
Monochromatic Colors of #958A72
Black with #958A72
Text Example
Text Example
White with #958A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A72; }
p { color: rgb(149,138,114); }
H1.HeaderClassName
{
color: #958A72;
}
.AnyTagClassName
{
color: #958A72;
}
</style>
background-color css
<style>
a { background-color: #958A72; }
a { background-color: rgb(149,138,114); }
div.DivClassName
{
background-color: #958A72;
}
.BgClassName
{
background-color: #958A72;
}
</style>
border-color css
<style>
span { border-color: #958A72; }
span { border-color: rgb(149,138,114); }
td.TdClassName
{
border-color: #958A72;
}
.TagClassName
{
border-color: #958A72;
}
</style>