Shades of Turkish Rose #9D707B
Tints of Turkish Rose #9D707B
RGB
CMYK
RGB Variations
Color information
#9D707B (or 0x9D707B) is known color: Turkish Rose. HEX triplet: 9D, 70 and 7B. RGB value is (157,112,123). Sum of RGB (Red+Green+Blue) = 157+112+123=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D707B is #628F84. Grayscale: #7E7E7E. Windows color (decimal): -6459269 or 8089757. OLE color: 8089757.
HSL color Cylindrical-coordinate representation of color #9D707B: hue angle of 345.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D707B is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 123 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.38 |
| HSL | 345.33º | 0.19% | 0.53% | - |
| HSV(B) | 345.33º | 0.29% | 0.62% | - |
| XYZ | 23.27 | 20.19 | 21.41 | - |
| YUV | 126.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 123 | 0 | 0.29 | 0.22 | 0.38 | 345.33 | 0.19 | 0.53 |
| Hex | 9D | 70 | 7B | 0 | 1D | 16 | 26 | 159 | 13 | 35 |
| Octal | 235 | 160 | 173 | 0 | 35 | 26 | 46 | 531 | 23 | 65 |
| Binary | 10011101 | 1110000 | 1111011 | 0 | 11101 | 10110 | 100110 | 101011001 | 10011 | 110101 |
Color Harmonies of #9D707B
Complementary color
Monochromatic Colors of #9D707B
Black with #9D707B
Text Example
Text Example
White with #9D707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D707B; }
p { color: rgb(157,112,123); }
H1.HeaderClassName
{
color: #9D707B;
}
.AnyTagClassName
{
color: #9D707B;
}
</style>
background-color css
<style>
a { background-color: #9D707B; }
a { background-color: rgb(157,112,123); }
div.DivClassName
{
background-color: #9D707B;
}
.BgClassName
{
background-color: #9D707B;
}
</style>
border-color css
<style>
span { border-color: #9D707B; }
span { border-color: rgb(157,112,123); }
td.TdClassName
{
border-color: #9D707B;
}
.TagClassName
{
border-color: #9D707B;
}
</style>