Shades of Turkish Rose #9F737C
Tints of Turkish Rose #9F737C
RGB
CMYK
RGB Variations
Color information
#9F737C (or 0x9F737C) is known color: Turkish Rose. HEX triplet: 9F, 73 and 7C. RGB value is (159,115,124). Sum of RGB (Red+Green+Blue) = 159+115+124=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F737C is #608C83. Grayscale: #818181. Windows color (decimal): -6327428 or 8156063. OLE color: 8156063.
HSL color Cylindrical-coordinate representation of color #9F737C: hue angle of 347.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F737C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 124 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.38 |
| HSL | 347.73º | 0.19% | 0.54% | - |
| HSV(B) | 347.73º | 0.28% | 0.62% | - |
| XYZ | 24.07 | 21.09 | 21.87 | - |
| YUV | 129.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 124 | 0 | 0.28 | 0.22 | 0.38 | 347.73 | 0.19 | 0.54 |
| Hex | 9F | 73 | 7C | 0 | 1C | 16 | 26 | 15C | 13 | 36 |
| Octal | 237 | 163 | 174 | 0 | 34 | 26 | 46 | 534 | 23 | 66 |
| Binary | 10011111 | 1110011 | 1111100 | 0 | 11100 | 10110 | 100110 | 101011100 | 10011 | 110110 |
Color Harmonies of #9F737C
Complementary color
Monochromatic Colors of #9F737C
Black with #9F737C
Text Example
Text Example
White with #9F737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F737C; }
p { color: rgb(159,115,124); }
H1.HeaderClassName
{
color: #9F737C;
}
.AnyTagClassName
{
color: #9F737C;
}
</style>
background-color css
<style>
a { background-color: #9F737C; }
a { background-color: rgb(159,115,124); }
div.DivClassName
{
background-color: #9F737C;
}
.BgClassName
{
background-color: #9F737C;
}
</style>
border-color css
<style>
span { border-color: #9F737C; }
span { border-color: rgb(159,115,124); }
td.TdClassName
{
border-color: #9F737C;
}
.TagClassName
{
border-color: #9F737C;
}
</style>