Shades of Pale Oyster #958975
Tints of Pale Oyster #958975
RGB
CMYK
RGB Variations
Color information
#958975 (or 0x958975) is known color: Pale Oyster. HEX triplet: 95, 89 and 75. RGB value is (149,137,117). Sum of RGB (Red+Green+Blue) = 149+137+117=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958975 is #6A768A. Grayscale: #8A8A8A. Windows color (decimal): -6977163 or 7702933. OLE color: 7702933.
HSL color Cylindrical-coordinate representation of color #958975: hue angle of 37.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958975 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 117 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.42 |
| HSL | 37.5º | 0.13% | 0.52% | - |
| HSV(B) | 37.5º | 0.21% | 0.58% | - |
| XYZ | 24.55 | 25.57 | 20.47 | - |
| YUV | 138.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 117 | 0 | 0.08 | 0.21 | 0.42 | 37.5 | 0.13 | 0.52 |
| Hex | 95 | 89 | 75 | 0 | 8 | 15 | 2A | 26 | D | 34 |
| Octal | 225 | 211 | 165 | 0 | 10 | 25 | 52 | 46 | 15 | 64 |
| Binary | 10010101 | 10001001 | 1110101 | 0 | 1000 | 10101 | 101010 | 100110 | 1101 | 110100 |
Color Harmonies of #958975
Complementary color
Monochromatic Colors of #958975
Black with #958975
Text Example
Text Example
White with #958975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958975; }
p { color: rgb(149,137,117); }
H1.HeaderClassName
{
color: #958975;
}
.AnyTagClassName
{
color: #958975;
}
</style>
background-color css
<style>
a { background-color: #958975; }
a { background-color: rgb(149,137,117); }
div.DivClassName
{
background-color: #958975;
}
.BgClassName
{
background-color: #958975;
}
</style>
border-color css
<style>
span { border-color: #958975; }
span { border-color: rgb(149,137,117); }
td.TdClassName
{
border-color: #958975;
}
.TagClassName
{
border-color: #958975;
}
</style>