Shades of Pale Oyster #958B72
Tints of Pale Oyster #958B72
RGB
CMYK
RGB Variations
Color information
#958B72 (or 0x958B72) is known color: Pale Oyster. HEX triplet: 95, 8B and 72. RGB value is (149,139,114). Sum of RGB (Red+Green+Blue) = 149+139+114=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B72 is #6A748D. Grayscale: #8B8B8B. Windows color (decimal): -6976654 or 7506837. OLE color: 7506837.
HSL color Cylindrical-coordinate representation of color #958B72: hue angle of 42.86º 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 #958B72 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 114 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.42 |
| HSL | 42.86º | 0.14% | 0.52% | - |
| HSV(B) | 42.86º | 0.23% | 0.58% | - |
| XYZ | 24.66 | 26.07 | 19.65 | - |
| YUV | 139.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 114 | 0 | 0.07 | 0.23 | 0.42 | 42.86 | 0.14 | 0.52 |
| Hex | 95 | 8B | 72 | 0 | 7 | 17 | 2A | 2B | E | 34 |
| Octal | 225 | 213 | 162 | 0 | 7 | 27 | 52 | 53 | 16 | 64 |
| Binary | 10010101 | 10001011 | 1110010 | 0 | 111 | 10111 | 101010 | 101011 | 1110 | 110100 |
Color Harmonies of #958B72
Complementary color
Monochromatic Colors of #958B72
Black with #958B72
Text Example
Text Example
White with #958B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B72; }
p { color: rgb(149,139,114); }
H1.HeaderClassName
{
color: #958B72;
}
.AnyTagClassName
{
color: #958B72;
}
</style>
background-color css
<style>
a { background-color: #958B72; }
a { background-color: rgb(149,139,114); }
div.DivClassName
{
background-color: #958B72;
}
.BgClassName
{
background-color: #958B72;
}
</style>
border-color css
<style>
span { border-color: #958B72; }
span { border-color: rgb(149,139,114); }
td.TdClassName
{
border-color: #958B72;
}
.TagClassName
{
border-color: #958B72;
}
</style>