Shades of Pale Oyster #9D927B
Tints of Pale Oyster #9D927B
RGB
CMYK
RGB Variations
Color information
#9D927B (or 0x9D927B) is known color: Pale Oyster. HEX triplet: 9D, 92 and 7B. RGB value is (157,146,123). Sum of RGB (Red+Green+Blue) = 157+146+123=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D927B is #626D84. Grayscale: #929292. Windows color (decimal): -6450565 or 8098461. OLE color: 8098461.
HSL color Cylindrical-coordinate representation of color #9D927B: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D927B is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 123 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.38 |
| HSL | 40.59º | 0.15% | 0.55% | - |
| HSV(B) | 40.59º | 0.22% | 0.62% | - |
| XYZ | 27.76 | 29.16 | 22.9 | - |
| YUV | 146.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 123 | 0 | 0.07 | 0.22 | 0.38 | 40.59 | 0.15 | 0.55 |
| Hex | 9D | 92 | 7B | 0 | 7 | 16 | 26 | 29 | F | 37 |
| Octal | 235 | 222 | 173 | 0 | 7 | 26 | 46 | 51 | 17 | 67 |
| Binary | 10011101 | 10010010 | 1111011 | 0 | 111 | 10110 | 100110 | 101001 | 1111 | 110111 |
Color Harmonies of #9D927B
Complementary color
Monochromatic Colors of #9D927B
Black with #9D927B
Text Example
Text Example
White with #9D927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D927B; }
p { color: rgb(157,146,123); }
H1.HeaderClassName
{
color: #9D927B;
}
.AnyTagClassName
{
color: #9D927B;
}
</style>
background-color css
<style>
a { background-color: #9D927B; }
a { background-color: rgb(157,146,123); }
div.DivClassName
{
background-color: #9D927B;
}
.BgClassName
{
background-color: #9D927B;
}
</style>
border-color css
<style>
span { border-color: #9D927B; }
span { border-color: rgb(157,146,123); }
td.TdClassName
{
border-color: #9D927B;
}
.TagClassName
{
border-color: #9D927B;
}
</style>