Shades of Pale Oyster #9C9176
Tints of Pale Oyster #9C9176
RGB
CMYK
RGB Variations
Color information
#9C9176 (or 0x9C9176) is known color: Pale Oyster. HEX triplet: 9C, 91 and 76. RGB value is (156,145,118). Sum of RGB (Red+Green+Blue) = 156+145+118=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9176 is #636E89. Grayscale: #919191. Windows color (decimal): -6516362 or 7770524. OLE color: 7770524.
HSL color Cylindrical-coordinate representation of color #9C9176: hue angle of 42.63º 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 #9C9176 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 118 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.39 |
| HSL | 42.63º | 0.16% | 0.54% | - |
| HSV(B) | 42.63º | 0.24% | 0.61% | - |
| XYZ | 27.11 | 28.63 | 21.24 | - |
| YUV | 145.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 118 | 0 | 0.07 | 0.24 | 0.39 | 42.63 | 0.16 | 0.54 |
| Hex | 9C | 91 | 76 | 0 | 7 | 18 | 27 | 2B | 10 | 36 |
| Octal | 234 | 221 | 166 | 0 | 7 | 30 | 47 | 53 | 20 | 66 |
| Binary | 10011100 | 10010001 | 1110110 | 0 | 111 | 11000 | 100111 | 101011 | 10000 | 110110 |
Color Harmonies of #9C9176
Complementary color
Monochromatic Colors of #9C9176
Black with #9C9176
Text Example
Text Example
White with #9C9176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9176; }
p { color: rgb(156,145,118); }
H1.HeaderClassName
{
color: #9C9176;
}
.AnyTagClassName
{
color: #9C9176;
}
</style>
background-color css
<style>
a { background-color: #9C9176; }
a { background-color: rgb(156,145,118); }
div.DivClassName
{
background-color: #9C9176;
}
.BgClassName
{
background-color: #9C9176;
}
</style>
border-color css
<style>
span { border-color: #9C9176; }
span { border-color: rgb(156,145,118); }
td.TdClassName
{
border-color: #9C9176;
}
.TagClassName
{
border-color: #9C9176;
}
</style>