Shades of Turkish Rose #9B747E
Tints of Turkish Rose #9B747E
RGB
CMYK
RGB Variations
Color information
#9B747E (or 0x9B747E) is known color: Turkish Rose. HEX triplet: 9B, 74 and 7E. RGB value is (155,116,126). Sum of RGB (Red+Green+Blue) = 155+116+126=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B747E is #648B81. Grayscale: #808080. Windows color (decimal): -6589314 or 8287387. OLE color: 8287387.
HSL color Cylindrical-coordinate representation of color #9B747E: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B747E is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 126 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.39 |
| HSL | 344.62º | 0.16% | 0.53% | - |
| HSV(B) | 344.62º | 0.25% | 0.61% | - |
| XYZ | 23.53 | 20.97 | 22.55 | - |
| YUV | 128.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 126 | 0 | 0.25 | 0.19 | 0.39 | 344.62 | 0.16 | 0.53 |
| Hex | 9B | 74 | 7E | 0 | 19 | 13 | 27 | 159 | 10 | 35 |
| Octal | 233 | 164 | 176 | 0 | 31 | 23 | 47 | 531 | 20 | 65 |
| Binary | 10011011 | 1110100 | 1111110 | 0 | 11001 | 10011 | 100111 | 101011001 | 10000 | 110101 |
Color Harmonies of #9B747E
Complementary color
Monochromatic Colors of #9B747E
Black with #9B747E
Text Example
Text Example
White with #9B747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B747E; }
p { color: rgb(155,116,126); }
H1.HeaderClassName
{
color: #9B747E;
}
.AnyTagClassName
{
color: #9B747E;
}
</style>
background-color css
<style>
a { background-color: #9B747E; }
a { background-color: rgb(155,116,126); }
div.DivClassName
{
background-color: #9B747E;
}
.BgClassName
{
background-color: #9B747E;
}
</style>
border-color css
<style>
span { border-color: #9B747E; }
span { border-color: rgb(155,116,126); }
td.TdClassName
{
border-color: #9B747E;
}
.TagClassName
{
border-color: #9B747E;
}
</style>