Shades of Turkish Rose #9F727D
Tints of Turkish Rose #9F727D
RGB
CMYK
RGB Variations
Color information
#9F727D (or 0x9F727D) is known color: Turkish Rose. HEX triplet: 9F, 72 and 7D. RGB value is (159,114,125). Sum of RGB (Red+Green+Blue) = 159+114+125=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F727D is #608D82. Grayscale: #808080. Windows color (decimal): -6327683 or 8221343. OLE color: 8221343.
HSL color Cylindrical-coordinate representation of color #9F727D: hue angle of 345.33º 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 #9F727D is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 125 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.38 |
| HSL | 345.33º | 0.19% | 0.54% | - |
| HSV(B) | 345.33º | 0.28% | 0.62% | - |
| XYZ | 24.02 | 20.89 | 22.17 | - |
| YUV | 128.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 125 | 0 | 0.28 | 0.21 | 0.38 | 345.33 | 0.19 | 0.54 |
| Hex | 9F | 72 | 7D | 0 | 1C | 15 | 26 | 159 | 13 | 36 |
| Octal | 237 | 162 | 175 | 0 | 34 | 25 | 46 | 531 | 23 | 66 |
| Binary | 10011111 | 1110010 | 1111101 | 0 | 11100 | 10101 | 100110 | 101011001 | 10011 | 110110 |
Color Harmonies of #9F727D
Complementary color
Monochromatic Colors of #9F727D
Black with #9F727D
Text Example
Text Example
White with #9F727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F727D; }
p { color: rgb(159,114,125); }
H1.HeaderClassName
{
color: #9F727D;
}
.AnyTagClassName
{
color: #9F727D;
}
</style>
background-color css
<style>
a { background-color: #9F727D; }
a { background-color: rgb(159,114,125); }
div.DivClassName
{
background-color: #9F727D;
}
.BgClassName
{
background-color: #9F727D;
}
</style>
border-color css
<style>
span { border-color: #9F727D; }
span { border-color: rgb(159,114,125); }
td.TdClassName
{
border-color: #9F727D;
}
.TagClassName
{
border-color: #9F727D;
}
</style>