Shades of Turkish Rose #9B717B
Tints of Turkish Rose #9B717B
RGB
CMYK
RGB Variations
Color information
#9B717B (or 0x9B717B) is known color: Turkish Rose. HEX triplet: 9B, 71 and 7B. RGB value is (155,113,123). Sum of RGB (Red+Green+Blue) = 155+113+123=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B717B is #648E84. Grayscale: #7E7E7E. Windows color (decimal): -6590085 or 8090011. OLE color: 8090011.
HSL color Cylindrical-coordinate representation of color #9B717B: hue angle of 345.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B717B is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 123 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.39 |
| HSL | 345.71º | 0.17% | 0.53% | - |
| HSV(B) | 345.71º | 0.27% | 0.61% | - |
| XYZ | 23 | 20.21 | 21.43 | - |
| YUV | 126.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 123 | 0 | 0.27 | 0.21 | 0.39 | 345.71 | 0.17 | 0.53 |
| Hex | 9B | 71 | 7B | 0 | 1B | 15 | 27 | 15A | 11 | 35 |
| Octal | 233 | 161 | 173 | 0 | 33 | 25 | 47 | 532 | 21 | 65 |
| Binary | 10011011 | 1110001 | 1111011 | 0 | 11011 | 10101 | 100111 | 101011010 | 10001 | 110101 |
Color Harmonies of #9B717B
Complementary color
Monochromatic Colors of #9B717B
Black with #9B717B
Text Example
Text Example
White with #9B717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B717B; }
p { color: rgb(155,113,123); }
H1.HeaderClassName
{
color: #9B717B;
}
.AnyTagClassName
{
color: #9B717B;
}
</style>
background-color css
<style>
a { background-color: #9B717B; }
a { background-color: rgb(155,113,123); }
div.DivClassName
{
background-color: #9B717B;
}
.BgClassName
{
background-color: #9B717B;
}
</style>
border-color css
<style>
span { border-color: #9B717B; }
span { border-color: rgb(155,113,123); }
td.TdClassName
{
border-color: #9B717B;
}
.TagClassName
{
border-color: #9B717B;
}
</style>