Shades of Turkish Rose #987C7F
Tints of Turkish Rose #987C7F
RGB
CMYK
RGB Variations
Color information
#987C7F (or 0x987C7F) is known color: Turkish Rose. HEX triplet: 98, 7C and 7F. RGB value is (152,124,127). Sum of RGB (Red+Green+Blue) = 152+124+127=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C7F is #678380. Grayscale: #848484. Windows color (decimal): -6783873 or 8354968. OLE color: 8354968.
HSL color Cylindrical-coordinate representation of color #987C7F: hue angle of 353.57º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987C7F is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 127 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.40 |
| HSL | 353.57º | 0.12% | 0.54% | - |
| HSV(B) | 353.57º | 0.18% | 0.6% | - |
| XYZ | 23.99 | 22.62 | 23.18 | - |
| YUV | 132.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 127 | 0 | 0.18 | 0.16 | 0.40 | 353.57 | 0.12 | 0.54 |
| Hex | 98 | 7C | 7F | 0 | 12 | 10 | 28 | 162 | C | 36 |
| Octal | 230 | 174 | 177 | 0 | 22 | 20 | 50 | 542 | 14 | 66 |
| Binary | 10011000 | 1111100 | 1111111 | 0 | 10010 | 10000 | 101000 | 101100010 | 1100 | 110110 |
Color Harmonies of #987C7F
Complementary color
Monochromatic Colors of #987C7F
Black with #987C7F
Text Example
Text Example
White with #987C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C7F; }
p { color: rgb(152,124,127); }
H1.HeaderClassName
{
color: #987C7F;
}
.AnyTagClassName
{
color: #987C7F;
}
</style>
background-color css
<style>
a { background-color: #987C7F; }
a { background-color: rgb(152,124,127); }
div.DivClassName
{
background-color: #987C7F;
}
.BgClassName
{
background-color: #987C7F;
}
</style>
border-color css
<style>
span { border-color: #987C7F; }
span { border-color: rgb(152,124,127); }
td.TdClassName
{
border-color: #987C7F;
}
.TagClassName
{
border-color: #987C7F;
}
</style>