Shades of Pale Oyster #958B74
Tints of Pale Oyster #958B74
RGB
CMYK
RGB Variations
Color information
#958B74 (or 0x958B74) is known color: Pale Oyster. HEX triplet: 95, 8B and 74. RGB value is (149,139,116). Sum of RGB (Red+Green+Blue) = 149+139+116=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B74 is #6A748B. Grayscale: #8B8B8B. Windows color (decimal): -6976652 or 7637909. OLE color: 7637909.
HSL color Cylindrical-coordinate representation of color #958B74: hue angle of 41.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958B74 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 116 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.42 |
| HSL | 41.82º | 0.13% | 0.52% | - |
| HSV(B) | 41.82º | 0.22% | 0.58% | - |
| XYZ | 24.78 | 26.12 | 20.26 | - |
| YUV | 139.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 116 | 0 | 0.07 | 0.22 | 0.42 | 41.82 | 0.13 | 0.52 |
| Hex | 95 | 8B | 74 | 0 | 7 | 16 | 2A | 2A | D | 34 |
| Octal | 225 | 213 | 164 | 0 | 7 | 26 | 52 | 52 | 15 | 64 |
| Binary | 10010101 | 10001011 | 1110100 | 0 | 111 | 10110 | 101010 | 101010 | 1101 | 110100 |
Color Harmonies of #958B74
Complementary color
Monochromatic Colors of #958B74
Black with #958B74
Text Example
Text Example
White with #958B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B74; }
p { color: rgb(149,139,116); }
H1.HeaderClassName
{
color: #958B74;
}
.AnyTagClassName
{
color: #958B74;
}
</style>
background-color css
<style>
a { background-color: #958B74; }
a { background-color: rgb(149,139,116); }
div.DivClassName
{
background-color: #958B74;
}
.BgClassName
{
background-color: #958B74;
}
</style>
border-color css
<style>
span { border-color: #958B74; }
span { border-color: rgb(149,139,116); }
td.TdClassName
{
border-color: #958B74;
}
.TagClassName
{
border-color: #958B74;
}
</style>