Shades of Turkish Rose #9D737F
Tints of Turkish Rose #9D737F
RGB
CMYK
RGB Variations
Color information
#9D737F (or 0x9D737F) is known color: Turkish Rose. HEX triplet: 9D, 73 and 7F. RGB value is (157,115,127). Sum of RGB (Red+Green+Blue) = 157+115+127=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D737F is #628C80. Grayscale: #808080. Windows color (decimal): -6458497 or 8352669. OLE color: 8352669.
HSL color Cylindrical-coordinate representation of color #9D737F: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D737F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 127 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.38 |
| HSL | 342.86º | 0.18% | 0.53% | - |
| HSV(B) | 342.86º | 0.27% | 0.62% | - |
| XYZ | 23.87 | 20.96 | 22.87 | - |
| YUV | 128.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 127 | 0 | 0.27 | 0.19 | 0.38 | 342.86 | 0.18 | 0.53 |
| Hex | 9D | 73 | 7F | 0 | 1B | 13 | 26 | 157 | 12 | 35 |
| Octal | 235 | 163 | 177 | 0 | 33 | 23 | 46 | 527 | 22 | 65 |
| Binary | 10011101 | 1110011 | 1111111 | 0 | 11011 | 10011 | 100110 | 101010111 | 10010 | 110101 |
Color Harmonies of #9D737F
Complementary color
Monochromatic Colors of #9D737F
Black with #9D737F
Text Example
Text Example
White with #9D737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D737F; }
p { color: rgb(157,115,127); }
H1.HeaderClassName
{
color: #9D737F;
}
.AnyTagClassName
{
color: #9D737F;
}
</style>
background-color css
<style>
a { background-color: #9D737F; }
a { background-color: rgb(157,115,127); }
div.DivClassName
{
background-color: #9D737F;
}
.BgClassName
{
background-color: #9D737F;
}
</style>
border-color css
<style>
span { border-color: #9D737F; }
span { border-color: rgb(157,115,127); }
td.TdClassName
{
border-color: #9D737F;
}
.TagClassName
{
border-color: #9D737F;
}
</style>