Shades of Turkish Rose #9F797C
Tints of Turkish Rose #9F797C
RGB
CMYK
RGB Variations
Color information
#9F797C (or 0x9F797C) is known color: Turkish Rose. HEX triplet: 9F, 79 and 7C. RGB value is (159,121,124). Sum of RGB (Red+Green+Blue) = 159+121+124=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F797C is #608683. Grayscale: #848484. Windows color (decimal): -6325892 or 8157599. OLE color: 8157599.
HSL color Cylindrical-coordinate representation of color #9F797C: hue angle of 355.26º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F797C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 124 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.38 |
| HSL | 355.26º | 0.17% | 0.55% | - |
| HSV(B) | 355.26º | 0.24% | 0.62% | - |
| XYZ | 24.77 | 22.5 | 22.11 | - |
| YUV | 132.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 124 | 0 | 0.24 | 0.22 | 0.38 | 355.26 | 0.17 | 0.55 |
| Hex | 9F | 79 | 7C | 0 | 18 | 16 | 26 | 163 | 11 | 37 |
| Octal | 237 | 171 | 174 | 0 | 30 | 26 | 46 | 543 | 21 | 67 |
| Binary | 10011111 | 1111001 | 1111100 | 0 | 11000 | 10110 | 100110 | 101100011 | 10001 | 110111 |
Color Harmonies of #9F797C
Complementary color
Monochromatic Colors of #9F797C
Black with #9F797C
Text Example
Text Example
White with #9F797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F797C; }
p { color: rgb(159,121,124); }
H1.HeaderClassName
{
color: #9F797C;
}
.AnyTagClassName
{
color: #9F797C;
}
</style>
background-color css
<style>
a { background-color: #9F797C; }
a { background-color: rgb(159,121,124); }
div.DivClassName
{
background-color: #9F797C;
}
.BgClassName
{
background-color: #9F797C;
}
</style>
border-color css
<style>
span { border-color: #9F797C; }
span { border-color: rgb(159,121,124); }
td.TdClassName
{
border-color: #9F797C;
}
.TagClassName
{
border-color: #9F797C;
}
</style>