Shades of Turkish Rose #9F727F
Tints of Turkish Rose #9F727F
RGB
CMYK
RGB Variations
Color information
#9F727F (or 0x9F727F) is known color: Turkish Rose. HEX triplet: 9F, 72 and 7F. RGB value is (159,114,127). Sum of RGB (Red+Green+Blue) = 159+114+127=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F727F is #608D80. Grayscale: #808080. Windows color (decimal): -6327681 or 8352415. OLE color: 8352415.
HSL color Cylindrical-coordinate representation of color #9F727F: hue angle of 342.67º 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 #9F727F is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 127 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.38 |
| HSL | 342.67º | 0.19% | 0.54% | - |
| HSV(B) | 342.67º | 0.28% | 0.62% | - |
| XYZ | 24.15 | 20.94 | 22.85 | - |
| YUV | 128.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 127 | 0 | 0.28 | 0.20 | 0.38 | 342.67 | 0.19 | 0.54 |
| Hex | 9F | 72 | 7F | 0 | 1C | 14 | 26 | 157 | 13 | 36 |
| Octal | 237 | 162 | 177 | 0 | 34 | 24 | 46 | 527 | 23 | 66 |
| Binary | 10011111 | 1110010 | 1111111 | 0 | 11100 | 10100 | 100110 | 101010111 | 10011 | 110110 |
Color Harmonies of #9F727F
Complementary color
Monochromatic Colors of #9F727F
Black with #9F727F
Text Example
Text Example
White with #9F727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F727F; }
p { color: rgb(159,114,127); }
H1.HeaderClassName
{
color: #9F727F;
}
.AnyTagClassName
{
color: #9F727F;
}
</style>
background-color css
<style>
a { background-color: #9F727F; }
a { background-color: rgb(159,114,127); }
div.DivClassName
{
background-color: #9F727F;
}
.BgClassName
{
background-color: #9F727F;
}
</style>
border-color css
<style>
span { border-color: #9F727F; }
span { border-color: rgb(159,114,127); }
td.TdClassName
{
border-color: #9F727F;
}
.TagClassName
{
border-color: #9F727F;
}
</style>