Shades of Turkish Rose #9D787C
Tints of Turkish Rose #9D787C
RGB
CMYK
RGB Variations
Color information
#9D787C (or 0x9D787C) is known color: Turkish Rose. HEX triplet: 9D, 78 and 7C. RGB value is (157,120,124). Sum of RGB (Red+Green+Blue) = 157+120+124=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D787C is #628783. Grayscale: #838383. Windows color (decimal): -6457220 or 8157341. OLE color: 8157341.
HSL color Cylindrical-coordinate representation of color #9D787C: hue angle of 353.51º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D787C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 124 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.38 |
| HSL | 353.51º | 0.16% | 0.54% | - |
| HSV(B) | 353.51º | 0.24% | 0.62% | - |
| XYZ | 24.26 | 22.06 | 22.05 | - |
| YUV | 131.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 124 | 0 | 0.24 | 0.21 | 0.38 | 353.51 | 0.16 | 0.54 |
| Hex | 9D | 78 | 7C | 0 | 18 | 15 | 26 | 162 | 10 | 36 |
| Octal | 235 | 170 | 174 | 0 | 30 | 25 | 46 | 542 | 20 | 66 |
| Binary | 10011101 | 1111000 | 1111100 | 0 | 11000 | 10101 | 100110 | 101100010 | 10000 | 110110 |
Color Harmonies of #9D787C
Complementary color
Monochromatic Colors of #9D787C
Black with #9D787C
Text Example
Text Example
White with #9D787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D787C; }
p { color: rgb(157,120,124); }
H1.HeaderClassName
{
color: #9D787C;
}
.AnyTagClassName
{
color: #9D787C;
}
</style>
background-color css
<style>
a { background-color: #9D787C; }
a { background-color: rgb(157,120,124); }
div.DivClassName
{
background-color: #9D787C;
}
.BgClassName
{
background-color: #9D787C;
}
</style>
border-color css
<style>
span { border-color: #9D787C; }
span { border-color: rgb(157,120,124); }
td.TdClassName
{
border-color: #9D787C;
}
.TagClassName
{
border-color: #9D787C;
}
</style>