Shades of Turkish Rose #9D757B
Tints of Turkish Rose #9D757B
RGB
CMYK
RGB Variations
Color information
#9D757B (or 0x9D757B) is known color: Turkish Rose. HEX triplet: 9D, 75 and 7B. RGB value is (157,117,123). Sum of RGB (Red+Green+Blue) = 157+117+123=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D757B is #628A84. Grayscale: #818181. Windows color (decimal): -6457989 or 8091037. OLE color: 8091037.
HSL color Cylindrical-coordinate representation of color #9D757B: hue angle of 351º 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 #9D757B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 123 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.38 |
| HSL | 351º | 0.17% | 0.54% | - |
| HSV(B) | 351º | 0.25% | 0.62% | - |
| XYZ | 23.84 | 21.32 | 21.6 | - |
| YUV | 129.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 123 | 0 | 0.25 | 0.22 | 0.38 | 351 | 0.17 | 0.54 |
| Hex | 9D | 75 | 7B | 0 | 19 | 16 | 26 | 15F | 11 | 36 |
| Octal | 235 | 165 | 173 | 0 | 31 | 26 | 46 | 537 | 21 | 66 |
| Binary | 10011101 | 1110101 | 1111011 | 0 | 11001 | 10110 | 100110 | 101011111 | 10001 | 110110 |
Color Harmonies of #9D757B
Complementary color
Monochromatic Colors of #9D757B
Black with #9D757B
Text Example
Text Example
White with #9D757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D757B; }
p { color: rgb(157,117,123); }
H1.HeaderClassName
{
color: #9D757B;
}
.AnyTagClassName
{
color: #9D757B;
}
</style>
background-color css
<style>
a { background-color: #9D757B; }
a { background-color: rgb(157,117,123); }
div.DivClassName
{
background-color: #9D757B;
}
.BgClassName
{
background-color: #9D757B;
}
</style>
border-color css
<style>
span { border-color: #9D757B; }
span { border-color: rgb(157,117,123); }
td.TdClassName
{
border-color: #9D757B;
}
.TagClassName
{
border-color: #9D757B;
}
</style>