Shades of Pale Oyster #928872
Tints of Pale Oyster #928872
RGB
CMYK
RGB Variations
Color information
#928872 (or 0x928872) is known color: Pale Oyster. HEX triplet: 92, 88 and 72. RGB value is (146,136,114). Sum of RGB (Red+Green+Blue) = 146+136+114=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928872 is #6D778D. Grayscale: #888888. Windows color (decimal): -7174030 or 7506066. OLE color: 7506066.
HSL color Cylindrical-coordinate representation of color #928872: hue angle of 41.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #928872 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 114 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.43 |
| HSL | 41.25º | 0.13% | 0.51% | - |
| HSV(B) | 41.25º | 0.22% | 0.57% | - |
| XYZ | 23.7 | 24.93 | 19.48 | - |
| YUV | 136.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 114 | 0 | 0.07 | 0.22 | 0.43 | 41.25 | 0.13 | 0.51 |
| Hex | 92 | 88 | 72 | 0 | 7 | 16 | 2B | 29 | D | 33 |
| Octal | 222 | 210 | 162 | 0 | 7 | 26 | 53 | 51 | 15 | 63 |
| Binary | 10010010 | 10001000 | 1110010 | 0 | 111 | 10110 | 101011 | 101001 | 1101 | 110011 |
Color Harmonies of #928872
Complementary color
Monochromatic Colors of #928872
Black with #928872
Text Example
Text Example
White with #928872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928872; }
p { color: rgb(146,136,114); }
H1.HeaderClassName
{
color: #928872;
}
.AnyTagClassName
{
color: #928872;
}
</style>
background-color css
<style>
a { background-color: #928872; }
a { background-color: rgb(146,136,114); }
div.DivClassName
{
background-color: #928872;
}
.BgClassName
{
background-color: #928872;
}
</style>
border-color css
<style>
span { border-color: #928872; }
span { border-color: rgb(146,136,114); }
td.TdClassName
{
border-color: #928872;
}
.TagClassName
{
border-color: #928872;
}
</style>