Shades of Turkish Rose #987F80
Tints of Turkish Rose #987F80
RGB
CMYK
RGB Variations
Color information
#987F80 (or 0x987F80) is known color: Turkish Rose. HEX triplet: 98, 7F and 80. RGB value is (152,127,128). Sum of RGB (Red+Green+Blue) = 152+127+128=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F80 is #67807F. Grayscale: #868686. Windows color (decimal): -6783104 or 8421272. OLE color: 8421272.
HSL color Cylindrical-coordinate representation of color #987F80: hue angle of 357.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F80 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 128 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.40 |
| HSL | 357.6º | 0.11% | 0.55% | - |
| HSV(B) | 357.6º | 0.16% | 0.6% | - |
| XYZ | 24.43 | 23.41 | 23.65 | - |
| YUV | 134.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 128 | 0 | 0.16 | 0.16 | 0.40 | 357.6 | 0.11 | 0.55 |
| Hex | 98 | 7F | 80 | 0 | 10 | 10 | 28 | 166 | B | 37 |
| Octal | 230 | 177 | 200 | 0 | 20 | 20 | 50 | 546 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10000000 | 0 | 10000 | 10000 | 101000 | 101100110 | 1011 | 110111 |
Color Harmonies of #987F80
Complementary color
Monochromatic Colors of #987F80
Black with #987F80
Text Example
Text Example
White with #987F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F80; }
p { color: rgb(152,127,128); }
H1.HeaderClassName
{
color: #987F80;
}
.AnyTagClassName
{
color: #987F80;
}
</style>
background-color css
<style>
a { background-color: #987F80; }
a { background-color: rgb(152,127,128); }
div.DivClassName
{
background-color: #987F80;
}
.BgClassName
{
background-color: #987F80;
}
</style>
border-color css
<style>
span { border-color: #987F80; }
span { border-color: rgb(152,127,128); }
td.TdClassName
{
border-color: #987F80;
}
.TagClassName
{
border-color: #987F80;
}
</style>