Shades of Turkish Rose #9F717A
Tints of Turkish Rose #9F717A
RGB
CMYK
RGB Variations
Color information
#9F717A (or 0x9F717A) is known color: Turkish Rose. HEX triplet: 9F, 71 and 7A. RGB value is (159,113,122). Sum of RGB (Red+Green+Blue) = 159+113+122=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717A is #608E85. Grayscale: #7F7F7F. Windows color (decimal): -6327942 or 8024479. OLE color: 8024479.
HSL color Cylindrical-coordinate representation of color #9F717A: hue angle of 348.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F717A is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 122 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.38 |
| HSL | 348.26º | 0.19% | 0.53% | - |
| HSV(B) | 348.26º | 0.29% | 0.62% | - |
| XYZ | 23.72 | 20.59 | 21.14 | - |
| YUV | 127.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 122 | 0 | 0.29 | 0.23 | 0.38 | 348.26 | 0.19 | 0.53 |
| Hex | 9F | 71 | 7A | 0 | 1D | 17 | 26 | 15C | 13 | 35 |
| Octal | 237 | 161 | 172 | 0 | 35 | 27 | 46 | 534 | 23 | 65 |
| Binary | 10011111 | 1110001 | 1111010 | 0 | 11101 | 10111 | 100110 | 101011100 | 10011 | 110101 |
Color Harmonies of #9F717A
Complementary color
Monochromatic Colors of #9F717A
Black with #9F717A
Text Example
Text Example
White with #9F717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F717A; }
p { color: rgb(159,113,122); }
H1.HeaderClassName
{
color: #9F717A;
}
.AnyTagClassName
{
color: #9F717A;
}
</style>
background-color css
<style>
a { background-color: #9F717A; }
a { background-color: rgb(159,113,122); }
div.DivClassName
{
background-color: #9F717A;
}
.BgClassName
{
background-color: #9F717A;
}
</style>
border-color css
<style>
span { border-color: #9F717A; }
span { border-color: rgb(159,113,122); }
td.TdClassName
{
border-color: #9F717A;
}
.TagClassName
{
border-color: #9F717A;
}
</style>