Shades of Turkish Rose #98757C
Tints of Turkish Rose #98757C
RGB
CMYK
RGB Variations
Color information
#98757C (or 0x98757C) is known color: Turkish Rose. HEX triplet: 98, 75 and 7C. RGB value is (152,117,124). Sum of RGB (Red+Green+Blue) = 152+117+124=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98757C is #678A83. Grayscale: #808080. Windows color (decimal): -6785668 or 8156568. OLE color: 8156568.
HSL color Cylindrical-coordinate representation of color #98757C: hue angle of 348º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98757C is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 124 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.40 |
| HSL | 348º | 0.15% | 0.53% | - |
| HSV(B) | 348º | 0.23% | 0.6% | - |
| XYZ | 22.95 | 20.85 | 21.88 | - |
| YUV | 128.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 124 | 0 | 0.23 | 0.18 | 0.40 | 348 | 0.15 | 0.53 |
| Hex | 98 | 75 | 7C | 0 | 17 | 12 | 28 | 15C | F | 35 |
| Octal | 230 | 165 | 174 | 0 | 27 | 22 | 50 | 534 | 17 | 65 |
| Binary | 10011000 | 1110101 | 1111100 | 0 | 10111 | 10010 | 101000 | 101011100 | 1111 | 110101 |
Color Harmonies of #98757C
Complementary color
Monochromatic Colors of #98757C
Black with #98757C
Text Example
Text Example
White with #98757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98757C; }
p { color: rgb(152,117,124); }
H1.HeaderClassName
{
color: #98757C;
}
.AnyTagClassName
{
color: #98757C;
}
</style>
background-color css
<style>
a { background-color: #98757C; }
a { background-color: rgb(152,117,124); }
div.DivClassName
{
background-color: #98757C;
}
.BgClassName
{
background-color: #98757C;
}
</style>
border-color css
<style>
span { border-color: #98757C; }
span { border-color: rgb(152,117,124); }
td.TdClassName
{
border-color: #98757C;
}
.TagClassName
{
border-color: #98757C;
}
</style>