Shades of Turkish Rose #98787C
Tints of Turkish Rose #98787C
RGB
CMYK
RGB Variations
Color information
#98787C (or 0x98787C) is known color: Turkish Rose. HEX triplet: 98, 78 and 7C. RGB value is (152,120,124). Sum of RGB (Red+Green+Blue) = 152+120+124=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98787C is #678783. Grayscale: #828282. Windows color (decimal): -6784900 or 8157336. OLE color: 8157336.
HSL color Cylindrical-coordinate representation of color #98787C: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98787C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 124 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.40 |
| HSL | 352.5º | 0.13% | 0.53% | - |
| HSV(B) | 352.5º | 0.21% | 0.6% | - |
| XYZ | 23.3 | 21.56 | 22 | - |
| YUV | 130.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 124 | 0 | 0.21 | 0.18 | 0.40 | 352.5 | 0.13 | 0.53 |
| Hex | 98 | 78 | 7C | 0 | 15 | 12 | 28 | 160 | D | 35 |
| Octal | 230 | 170 | 174 | 0 | 25 | 22 | 50 | 540 | 15 | 65 |
| Binary | 10011000 | 1111000 | 1111100 | 0 | 10101 | 10010 | 101000 | 101100000 | 1101 | 110101 |
Color Harmonies of #98787C
Complementary color
Monochromatic Colors of #98787C
Black with #98787C
Text Example
Text Example
White with #98787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98787C; }
p { color: rgb(152,120,124); }
H1.HeaderClassName
{
color: #98787C;
}
.AnyTagClassName
{
color: #98787C;
}
</style>
background-color css
<style>
a { background-color: #98787C; }
a { background-color: rgb(152,120,124); }
div.DivClassName
{
background-color: #98787C;
}
.BgClassName
{
background-color: #98787C;
}
</style>
border-color css
<style>
span { border-color: #98787C; }
span { border-color: rgb(152,120,124); }
td.TdClassName
{
border-color: #98787C;
}
.TagClassName
{
border-color: #98787C;
}
</style>