Shades of Pale Oyster #968773
Tints of Pale Oyster #968773
RGB
CMYK
RGB Variations
Color information
#968773 (or 0x968773) is known color: Pale Oyster. HEX triplet: 96, 87 and 73. RGB value is (150,135,115). Sum of RGB (Red+Green+Blue) = 150+135+115=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #968773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968773 is #69788C. Grayscale: #898989. Windows color (decimal): -6912141 or 7571350. OLE color: 7571350.
HSL color Cylindrical-coordinate representation of color #968773: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968773 is Cyan = 0, Magento = 0.1, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 115 | - |
| CMYK | 0 | 0.1 | 0.23 | 0.41 |
| HSL | 34.29º | 0.14% | 0.52% | - |
| HSV(B) | 34.29º | 0.23% | 0.59% | - |
| XYZ | 24.34 | 25.05 | 19.77 | - |
| YUV | 137.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 115 | 0 | 0.1 | 0.23 | 0.41 | 34.29 | 0.14 | 0.52 |
| Hex | 96 | 87 | 73 | 0 | A | 17 | 29 | 22 | E | 34 |
| Octal | 226 | 207 | 163 | 0 | 12 | 27 | 51 | 42 | 16 | 64 |
| Binary | 10010110 | 10000111 | 1110011 | 0 | 1010 | 10111 | 101001 | 100010 | 1110 | 110100 |
Color Harmonies of #968773
Complementary color
Monochromatic Colors of #968773
Black with #968773
Text Example
Text Example
White with #968773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968773; }
p { color: rgb(150,135,115); }
H1.HeaderClassName
{
color: #968773;
}
.AnyTagClassName
{
color: #968773;
}
</style>
background-color css
<style>
a { background-color: #968773; }
a { background-color: rgb(150,135,115); }
div.DivClassName
{
background-color: #968773;
}
.BgClassName
{
background-color: #968773;
}
</style>
border-color css
<style>
span { border-color: #968773; }
span { border-color: rgb(150,135,115); }
td.TdClassName
{
border-color: #968773;
}
.TagClassName
{
border-color: #968773;
}
</style>