Shades of Pale Oyster #9B9078
Tints of Pale Oyster #9B9078
RGB
CMYK
RGB Variations
Color information
#9B9078 (or 0x9B9078) is known color: Pale Oyster. HEX triplet: 9B, 90 and 78. RGB value is (155,144,120). Sum of RGB (Red+Green+Blue) = 155+144+120=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9078 is #646F87. Grayscale: #909090. Windows color (decimal): -6582152 or 7901339. OLE color: 7901339.
HSL color Cylindrical-coordinate representation of color #9B9078: hue angle of 41.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B9078 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 120 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.39 |
| HSL | 41.14º | 0.15% | 0.54% | - |
| HSV(B) | 41.14º | 0.23% | 0.61% | - |
| XYZ | 26.88 | 28.27 | 21.81 | - |
| YUV | 144.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 120 | 0 | 0.07 | 0.23 | 0.39 | 41.14 | 0.15 | 0.54 |
| Hex | 9B | 90 | 78 | 0 | 7 | 17 | 27 | 29 | F | 36 |
| Octal | 233 | 220 | 170 | 0 | 7 | 27 | 47 | 51 | 17 | 66 |
| Binary | 10011011 | 10010000 | 1111000 | 0 | 111 | 10111 | 100111 | 101001 | 1111 | 110110 |
Color Harmonies of #9B9078
Complementary color
Monochromatic Colors of #9B9078
Black with #9B9078
Text Example
Text Example
White with #9B9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9078; }
p { color: rgb(155,144,120); }
H1.HeaderClassName
{
color: #9B9078;
}
.AnyTagClassName
{
color: #9B9078;
}
</style>
background-color css
<style>
a { background-color: #9B9078; }
a { background-color: rgb(155,144,120); }
div.DivClassName
{
background-color: #9B9078;
}
.BgClassName
{
background-color: #9B9078;
}
</style>
border-color css
<style>
span { border-color: #9B9078; }
span { border-color: rgb(155,144,120); }
td.TdClassName
{
border-color: #9B9078;
}
.TagClassName
{
border-color: #9B9078;
}
</style>