Shades of Turkish Rose #987D7F
Tints of Turkish Rose #987D7F
RGB
CMYK
RGB Variations
Color information
#987D7F (or 0x987D7F) is known color: Turkish Rose. HEX triplet: 98, 7D and 7F. RGB value is (152,125,127). Sum of RGB (Red+Green+Blue) = 152+125+127=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D7F is #678280. Grayscale: #858585. Windows color (decimal): -6783617 or 8355224. OLE color: 8355224.
HSL color Cylindrical-coordinate representation of color #987D7F: hue angle of 355.56º 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 #987D7F is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 127 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.40 |
| HSL | 355.56º | 0.12% | 0.54% | - |
| HSV(B) | 355.56º | 0.18% | 0.6% | - |
| XYZ | 24.11 | 22.87 | 23.22 | - |
| YUV | 133.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 127 | 0 | 0.18 | 0.16 | 0.40 | 355.56 | 0.12 | 0.54 |
| Hex | 98 | 7D | 7F | 0 | 12 | 10 | 28 | 164 | C | 36 |
| Octal | 230 | 175 | 177 | 0 | 22 | 20 | 50 | 544 | 14 | 66 |
| Binary | 10011000 | 1111101 | 1111111 | 0 | 10010 | 10000 | 101000 | 101100100 | 1100 | 110110 |
Color Harmonies of #987D7F
Complementary color
Monochromatic Colors of #987D7F
Black with #987D7F
Text Example
Text Example
White with #987D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D7F; }
p { color: rgb(152,125,127); }
H1.HeaderClassName
{
color: #987D7F;
}
.AnyTagClassName
{
color: #987D7F;
}
</style>
background-color css
<style>
a { background-color: #987D7F; }
a { background-color: rgb(152,125,127); }
div.DivClassName
{
background-color: #987D7F;
}
.BgClassName
{
background-color: #987D7F;
}
</style>
border-color css
<style>
span { border-color: #987D7F; }
span { border-color: rgb(152,125,127); }
td.TdClassName
{
border-color: #987D7F;
}
.TagClassName
{
border-color: #987D7F;
}
</style>