Shades of Pale Oyster #9C9077
Tints of Pale Oyster #9C9077
RGB
CMYK
RGB Variations
Color information
#9C9077 (or 0x9C9077) is known color: Pale Oyster. HEX triplet: 9C, 90 and 77. RGB value is (156,144,119). Sum of RGB (Red+Green+Blue) = 156+144+119=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9077 is #636F88. Grayscale: #909090. Windows color (decimal): -6516617 or 7835804. OLE color: 7835804.
HSL color Cylindrical-coordinate representation of color #9C9077: hue angle of 40.54º 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 #9C9077 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 119 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.39 |
| HSL | 40.54º | 0.16% | 0.54% | - |
| HSV(B) | 40.54º | 0.24% | 0.61% | - |
| XYZ | 27.01 | 28.35 | 21.5 | - |
| YUV | 144.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 119 | 0 | 0.08 | 0.24 | 0.39 | 40.54 | 0.16 | 0.54 |
| Hex | 9C | 90 | 77 | 0 | 8 | 18 | 27 | 29 | 10 | 36 |
| Octal | 234 | 220 | 167 | 0 | 10 | 30 | 47 | 51 | 20 | 66 |
| Binary | 10011100 | 10010000 | 1110111 | 0 | 1000 | 11000 | 100111 | 101001 | 10000 | 110110 |
Color Harmonies of #9C9077
Complementary color
Monochromatic Colors of #9C9077
Black with #9C9077
Text Example
Text Example
White with #9C9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9077; }
p { color: rgb(156,144,119); }
H1.HeaderClassName
{
color: #9C9077;
}
.AnyTagClassName
{
color: #9C9077;
}
</style>
background-color css
<style>
a { background-color: #9C9077; }
a { background-color: rgb(156,144,119); }
div.DivClassName
{
background-color: #9C9077;
}
.BgClassName
{
background-color: #9C9077;
}
</style>
border-color css
<style>
span { border-color: #9C9077; }
span { border-color: rgb(156,144,119); }
td.TdClassName
{
border-color: #9C9077;
}
.TagClassName
{
border-color: #9C9077;
}
</style>