Shades of Turkish Rose #9F737E
Tints of Turkish Rose #9F737E
RGB
CMYK
RGB Variations
Color information
#9F737E (or 0x9F737E) is known color: Turkish Rose. HEX triplet: 9F, 73 and 7E. RGB value is (159,115,126). Sum of RGB (Red+Green+Blue) = 159+115+126=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F737E is #608C81. Grayscale: #818181. Windows color (decimal): -6327426 or 8287135. OLE color: 8287135.
HSL color Cylindrical-coordinate representation of color #9F737E: hue angle of 345º 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 #9F737E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 126 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.38 |
| HSL | 345º | 0.19% | 0.54% | - |
| HSV(B) | 345º | 0.28% | 0.62% | - |
| XYZ | 24.19 | 21.14 | 22.54 | - |
| YUV | 129.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 126 | 0 | 0.28 | 0.21 | 0.38 | 345 | 0.19 | 0.54 |
| Hex | 9F | 73 | 7E | 0 | 1C | 15 | 26 | 159 | 13 | 36 |
| Octal | 237 | 163 | 176 | 0 | 34 | 25 | 46 | 531 | 23 | 66 |
| Binary | 10011111 | 1110011 | 1111110 | 0 | 11100 | 10101 | 100110 | 101011001 | 10011 | 110110 |
Color Harmonies of #9F737E
Complementary color
Monochromatic Colors of #9F737E
Black with #9F737E
Text Example
Text Example
White with #9F737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F737E; }
p { color: rgb(159,115,126); }
H1.HeaderClassName
{
color: #9F737E;
}
.AnyTagClassName
{
color: #9F737E;
}
</style>
background-color css
<style>
a { background-color: #9F737E; }
a { background-color: rgb(159,115,126); }
div.DivClassName
{
background-color: #9F737E;
}
.BgClassName
{
background-color: #9F737E;
}
</style>
border-color css
<style>
span { border-color: #9F737E; }
span { border-color: rgb(159,115,126); }
td.TdClassName
{
border-color: #9F737E;
}
.TagClassName
{
border-color: #9F737E;
}
</style>