Shades of Pale Oyster #9B9076
Tints of Pale Oyster #9B9076
RGB
CMYK
RGB Variations
Color information
#9B9076 (or 0x9B9076) is known color: Pale Oyster. HEX triplet: 9B, 90 and 76. RGB value is (155,144,118). Sum of RGB (Red+Green+Blue) = 155+144+118=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9076 is #646F89. Grayscale: #909090. Windows color (decimal): -6582154 or 7770267. OLE color: 7770267.
HSL color Cylindrical-coordinate representation of color #9B9076: hue angle of 42.16º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9076 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 118 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.39 |
| HSL | 42.16º | 0.16% | 0.54% | - |
| HSV(B) | 42.16º | 0.24% | 0.61% | - |
| XYZ | 26.76 | 28.22 | 21.18 | - |
| YUV | 144.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 118 | 0 | 0.07 | 0.24 | 0.39 | 42.16 | 0.16 | 0.54 |
| Hex | 9B | 90 | 76 | 0 | 7 | 18 | 27 | 2A | 10 | 36 |
| Octal | 233 | 220 | 166 | 0 | 7 | 30 | 47 | 52 | 20 | 66 |
| Binary | 10011011 | 10010000 | 1110110 | 0 | 111 | 11000 | 100111 | 101010 | 10000 | 110110 |
Color Harmonies of #9B9076
Complementary color
Monochromatic Colors of #9B9076
Black with #9B9076
Text Example
Text Example
White with #9B9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9076; }
p { color: rgb(155,144,118); }
H1.HeaderClassName
{
color: #9B9076;
}
.AnyTagClassName
{
color: #9B9076;
}
</style>
background-color css
<style>
a { background-color: #9B9076; }
a { background-color: rgb(155,144,118); }
div.DivClassName
{
background-color: #9B9076;
}
.BgClassName
{
background-color: #9B9076;
}
</style>
border-color css
<style>
span { border-color: #9B9076; }
span { border-color: rgb(155,144,118); }
td.TdClassName
{
border-color: #9B9076;
}
.TagClassName
{
border-color: #9B9076;
}
</style>