Shades of Turkish Rose #9B747A
Tints of Turkish Rose #9B747A
RGB
CMYK
RGB Variations
Color information
#9B747A (or 0x9B747A) is known color: Turkish Rose. HEX triplet: 9B, 74 and 7A. RGB value is (155,116,122). Sum of RGB (Red+Green+Blue) = 155+116+122=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B747A is #648B85. Grayscale: #808080. Windows color (decimal): -6589318 or 8025243. OLE color: 8025243.
HSL color Cylindrical-coordinate representation of color #9B747A: hue angle of 350.77º 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 #9B747A is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 122 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.39 |
| HSL | 350.77º | 0.16% | 0.53% | - |
| HSV(B) | 350.77º | 0.25% | 0.61% | - |
| XYZ | 23.28 | 20.86 | 21.21 | - |
| YUV | 128.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 122 | 0 | 0.25 | 0.21 | 0.39 | 350.77 | 0.16 | 0.53 |
| Hex | 9B | 74 | 7A | 0 | 19 | 15 | 27 | 15F | 10 | 35 |
| Octal | 233 | 164 | 172 | 0 | 31 | 25 | 47 | 537 | 20 | 65 |
| Binary | 10011011 | 1110100 | 1111010 | 0 | 11001 | 10101 | 100111 | 101011111 | 10000 | 110101 |
Color Harmonies of #9B747A
Complementary color
Monochromatic Colors of #9B747A
Black with #9B747A
Text Example
Text Example
White with #9B747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B747A; }
p { color: rgb(155,116,122); }
H1.HeaderClassName
{
color: #9B747A;
}
.AnyTagClassName
{
color: #9B747A;
}
</style>
background-color css
<style>
a { background-color: #9B747A; }
a { background-color: rgb(155,116,122); }
div.DivClassName
{
background-color: #9B747A;
}
.BgClassName
{
background-color: #9B747A;
}
</style>
border-color css
<style>
span { border-color: #9B747A; }
span { border-color: rgb(155,116,122); }
td.TdClassName
{
border-color: #9B747A;
}
.TagClassName
{
border-color: #9B747A;
}
</style>