Shades of Pale Oyster #9E9078
Tints of Pale Oyster #9E9078
RGB
CMYK
RGB Variations
Color information
#9E9078 (or 0x9E9078) is known color: Pale Oyster. HEX triplet: 9E, 90 and 78. RGB value is (158,144,120). Sum of RGB (Red+Green+Blue) = 158+144+120=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9078 is #616F87. Grayscale: #919191. Windows color (decimal): -6385544 or 7901342. OLE color: 7901342.
HSL color Cylindrical-coordinate representation of color #9E9078: hue angle of 37.89º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9078 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 120 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.38 |
| HSL | 37.89º | 0.16% | 0.55% | - |
| HSV(B) | 37.89º | 0.24% | 0.62% | - |
| XYZ | 27.46 | 28.57 | 21.84 | - |
| YUV | 145.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 120 | 0 | 0.09 | 0.24 | 0.38 | 37.89 | 0.16 | 0.55 |
| Hex | 9E | 90 | 78 | 0 | 9 | 18 | 26 | 26 | 10 | 37 |
| Octal | 236 | 220 | 170 | 0 | 11 | 30 | 46 | 46 | 20 | 67 |
| Binary | 10011110 | 10010000 | 1111000 | 0 | 1001 | 11000 | 100110 | 100110 | 10000 | 110111 |
Color Harmonies of #9E9078
Complementary color
Monochromatic Colors of #9E9078
Black with #9E9078
Text Example
Text Example
White with #9E9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9078; }
p { color: rgb(158,144,120); }
H1.HeaderClassName
{
color: #9E9078;
}
.AnyTagClassName
{
color: #9E9078;
}
</style>
background-color css
<style>
a { background-color: #9E9078; }
a { background-color: rgb(158,144,120); }
div.DivClassName
{
background-color: #9E9078;
}
.BgClassName
{
background-color: #9E9078;
}
</style>
border-color css
<style>
span { border-color: #9E9078; }
span { border-color: rgb(158,144,120); }
td.TdClassName
{
border-color: #9E9078;
}
.TagClassName
{
border-color: #9E9078;
}
</style>