Shades of Turkish Rose #9F6777
Tints of Turkish Rose #9F6777
RGB
CMYK
RGB Variations
Color information
#9F6777 (or 0x9F6777) is known color: Turkish Rose. HEX triplet: 9F, 67 and 77. RGB value is (159,103,119). Sum of RGB (Red+Green+Blue) = 159+103+119=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6777 is #609888. Grayscale: #797979. Windows color (decimal): -6330505 or 7825311. OLE color: 7825311.
HSL color Cylindrical-coordinate representation of color #9F6777: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6777 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 119 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.38 |
| HSL | 342.86º | 0.23% | 0.51% | - |
| HSV(B) | 342.86º | 0.35% | 0.62% | - |
| XYZ | 22.48 | 18.4 | 19.82 | - |
| YUV | 121.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 119 | 0 | 0.35 | 0.25 | 0.38 | 342.86 | 0.23 | 0.51 |
| Hex | 9F | 67 | 77 | 0 | 23 | 19 | 26 | 157 | 17 | 33 |
| Octal | 237 | 147 | 167 | 0 | 43 | 31 | 46 | 527 | 27 | 63 |
| Binary | 10011111 | 1100111 | 1110111 | 0 | 100011 | 11001 | 100110 | 101010111 | 10111 | 110011 |
Color Harmonies of #9F6777
Complementary color
Monochromatic Colors of #9F6777
Black with #9F6777
Text Example
Text Example
White with #9F6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6777; }
p { color: rgb(159,103,119); }
H1.HeaderClassName
{
color: #9F6777;
}
.AnyTagClassName
{
color: #9F6777;
}
</style>
background-color css
<style>
a { background-color: #9F6777; }
a { background-color: rgb(159,103,119); }
div.DivClassName
{
background-color: #9F6777;
}
.BgClassName
{
background-color: #9F6777;
}
</style>
border-color css
<style>
span { border-color: #9F6777; }
span { border-color: rgb(159,103,119); }
td.TdClassName
{
border-color: #9F6777;
}
.TagClassName
{
border-color: #9F6777;
}
</style>