Shades of Turkish Rose #9D757F
Tints of Turkish Rose #9D757F
RGB
CMYK
RGB Variations
Color information
#9D757F (or 0x9D757F) is known color: Turkish Rose. HEX triplet: 9D, 75 and 7F. RGB value is (157,117,127). Sum of RGB (Red+Green+Blue) = 157+117+127=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D757F is #628A80. Grayscale: #828282. Windows color (decimal): -6457985 or 8353181. OLE color: 8353181.
HSL color Cylindrical-coordinate representation of color #9D757F: hue angle of 345º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D757F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 127 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.38 |
| HSL | 345º | 0.17% | 0.54% | - |
| HSV(B) | 345º | 0.25% | 0.62% | - |
| XYZ | 24.1 | 21.42 | 22.94 | - |
| YUV | 130.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 127 | 0 | 0.25 | 0.19 | 0.38 | 345 | 0.17 | 0.54 |
| Hex | 9D | 75 | 7F | 0 | 19 | 13 | 26 | 159 | 11 | 36 |
| Octal | 235 | 165 | 177 | 0 | 31 | 23 | 46 | 531 | 21 | 66 |
| Binary | 10011101 | 1110101 | 1111111 | 0 | 11001 | 10011 | 100110 | 101011001 | 10001 | 110110 |
Color Harmonies of #9D757F
Complementary color
Monochromatic Colors of #9D757F
Black with #9D757F
Text Example
Text Example
White with #9D757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D757F; }
p { color: rgb(157,117,127); }
H1.HeaderClassName
{
color: #9D757F;
}
.AnyTagClassName
{
color: #9D757F;
}
</style>
background-color css
<style>
a { background-color: #9D757F; }
a { background-color: rgb(157,117,127); }
div.DivClassName
{
background-color: #9D757F;
}
.BgClassName
{
background-color: #9D757F;
}
</style>
border-color css
<style>
span { border-color: #9D757F; }
span { border-color: rgb(157,117,127); }
td.TdClassName
{
border-color: #9D757F;
}
.TagClassName
{
border-color: #9D757F;
}
</style>