Shades of Turkish Rose #9F747D
Tints of Turkish Rose #9F747D
RGB
CMYK
RGB Variations
Color information
#9F747D (or 0x9F747D) is known color: Turkish Rose. HEX triplet: 9F, 74 and 7D. RGB value is (159,116,125). Sum of RGB (Red+Green+Blue) = 159+116+125=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F747D is #608B82. Grayscale: #818181. Windows color (decimal): -6327171 or 8221855. OLE color: 8221855.
HSL color Cylindrical-coordinate representation of color #9F747D: hue angle of 347.44º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F747D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 125 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.38 |
| HSL | 347.44º | 0.18% | 0.54% | - |
| HSV(B) | 347.44º | 0.27% | 0.62% | - |
| XYZ | 24.25 | 21.34 | 22.24 | - |
| YUV | 129.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 125 | 0 | 0.27 | 0.21 | 0.38 | 347.44 | 0.18 | 0.54 |
| Hex | 9F | 74 | 7D | 0 | 1B | 15 | 26 | 15B | 12 | 36 |
| Octal | 237 | 164 | 175 | 0 | 33 | 25 | 46 | 533 | 22 | 66 |
| Binary | 10011111 | 1110100 | 1111101 | 0 | 11011 | 10101 | 100110 | 101011011 | 10010 | 110110 |
Color Harmonies of #9F747D
Complementary color
Monochromatic Colors of #9F747D
Black with #9F747D
Text Example
Text Example
White with #9F747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F747D; }
p { color: rgb(159,116,125); }
H1.HeaderClassName
{
color: #9F747D;
}
.AnyTagClassName
{
color: #9F747D;
}
</style>
background-color css
<style>
a { background-color: #9F747D; }
a { background-color: rgb(159,116,125); }
div.DivClassName
{
background-color: #9F747D;
}
.BgClassName
{
background-color: #9F747D;
}
</style>
border-color css
<style>
span { border-color: #9F747D; }
span { border-color: rgb(159,116,125); }
td.TdClassName
{
border-color: #9F747D;
}
.TagClassName
{
border-color: #9F747D;
}
</style>