Shades of Turkish Rose #987D7E
Tints of Turkish Rose #987D7E
RGB
CMYK
RGB Variations
Color information
#987D7E (or 0x987D7E) is known color: Turkish Rose. HEX triplet: 98, 7D and 7E. RGB value is (152,125,126). Sum of RGB (Red+Green+Blue) = 152+125+126=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D7E is #678281. Grayscale: #858585. Windows color (decimal): -6783618 or 8289688. OLE color: 8289688.
HSL color Cylindrical-coordinate representation of color #987D7E: hue angle of 357.78º 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 #987D7E is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 126 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.40 |
| HSL | 357.78º | 0.12% | 0.54% | - |
| HSV(B) | 357.78º | 0.18% | 0.6% | - |
| XYZ | 24.05 | 22.85 | 22.88 | - |
| YUV | 133.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 126 | 0 | 0.18 | 0.17 | 0.40 | 357.78 | 0.12 | 0.54 |
| Hex | 98 | 7D | 7E | 0 | 12 | 11 | 28 | 166 | C | 36 |
| Octal | 230 | 175 | 176 | 0 | 22 | 21 | 50 | 546 | 14 | 66 |
| Binary | 10011000 | 1111101 | 1111110 | 0 | 10010 | 10001 | 101000 | 101100110 | 1100 | 110110 |
Color Harmonies of #987D7E
Complementary color
Monochromatic Colors of #987D7E
Black with #987D7E
Text Example
Text Example
White with #987D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D7E; }
p { color: rgb(152,125,126); }
H1.HeaderClassName
{
color: #987D7E;
}
.AnyTagClassName
{
color: #987D7E;
}
</style>
background-color css
<style>
a { background-color: #987D7E; }
a { background-color: rgb(152,125,126); }
div.DivClassName
{
background-color: #987D7E;
}
.BgClassName
{
background-color: #987D7E;
}
</style>
border-color css
<style>
span { border-color: #987D7E; }
span { border-color: rgb(152,125,126); }
td.TdClassName
{
border-color: #987D7E;
}
.TagClassName
{
border-color: #987D7E;
}
</style>