Shades of Turkish Rose #9F7A7C
Tints of Turkish Rose #9F7A7C
RGB
CMYK
RGB Variations
Color information
#9F7A7C (or 0x9F7A7C) is known color: Turkish Rose. HEX triplet: 9F, 7A and 7C. RGB value is (159,122,124). Sum of RGB (Red+Green+Blue) = 159+122+124=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A7C is #608583. Grayscale: #858585. Windows color (decimal): -6325636 or 8157855. OLE color: 8157855.
HSL color Cylindrical-coordinate representation of color #9F7A7C: hue angle of 356.76º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7A7C is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 124 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.38 |
| HSL | 356.76º | 0.16% | 0.55% | - |
| HSV(B) | 356.76º | 0.23% | 0.62% | - |
| XYZ | 24.9 | 22.75 | 22.15 | - |
| YUV | 133.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 124 | 0 | 0.23 | 0.22 | 0.38 | 356.76 | 0.16 | 0.55 |
| Hex | 9F | 7A | 7C | 0 | 17 | 16 | 26 | 165 | 10 | 37 |
| Octal | 237 | 172 | 174 | 0 | 27 | 26 | 46 | 545 | 20 | 67 |
| Binary | 10011111 | 1111010 | 1111100 | 0 | 10111 | 10110 | 100110 | 101100101 | 10000 | 110111 |
Color Harmonies of #9F7A7C
Complementary color
Monochromatic Colors of #9F7A7C
Black with #9F7A7C
Text Example
Text Example
White with #9F7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A7C; }
p { color: rgb(159,122,124); }
H1.HeaderClassName
{
color: #9F7A7C;
}
.AnyTagClassName
{
color: #9F7A7C;
}
</style>
background-color css
<style>
a { background-color: #9F7A7C; }
a { background-color: rgb(159,122,124); }
div.DivClassName
{
background-color: #9F7A7C;
}
.BgClassName
{
background-color: #9F7A7C;
}
</style>
border-color css
<style>
span { border-color: #9F7A7C; }
span { border-color: rgb(159,122,124); }
td.TdClassName
{
border-color: #9F7A7C;
}
.TagClassName
{
border-color: #9F7A7C;
}
</style>