Shades of Turkish Rose #9B767C
Tints of Turkish Rose #9B767C
RGB
CMYK
RGB Variations
Color information
#9B767C (or 0x9B767C) is known color: Turkish Rose. HEX triplet: 9B, 76 and 7C. RGB value is (155,118,124). Sum of RGB (Red+Green+Blue) = 155+118+124=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B767C is #648983. Grayscale: #818181. Windows color (decimal): -6588804 or 8156827. OLE color: 8156827.
HSL color Cylindrical-coordinate representation of color #9B767C: hue angle of 350.27º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B767C is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 124 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.39 |
| HSL | 350.27º | 0.16% | 0.54% | - |
| HSV(B) | 350.27º | 0.24% | 0.61% | - |
| XYZ | 23.63 | 21.38 | 21.95 | - |
| YUV | 129.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 124 | 0 | 0.24 | 0.2 | 0.39 | 350.27 | 0.16 | 0.54 |
| Hex | 9B | 76 | 7C | 0 | 18 | 14 | 27 | 15E | 10 | 36 |
| Octal | 233 | 166 | 174 | 0 | 30 | 24 | 47 | 536 | 20 | 66 |
| Binary | 10011011 | 1110110 | 1111100 | 0 | 11000 | 10100 | 100111 | 101011110 | 10000 | 110110 |
Color Harmonies of #9B767C
Complementary color
Monochromatic Colors of #9B767C
Black with #9B767C
Text Example
Text Example
White with #9B767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B767C; }
p { color: rgb(155,118,124); }
H1.HeaderClassName
{
color: #9B767C;
}
.AnyTagClassName
{
color: #9B767C;
}
</style>
background-color css
<style>
a { background-color: #9B767C; }
a { background-color: rgb(155,118,124); }
div.DivClassName
{
background-color: #9B767C;
}
.BgClassName
{
background-color: #9B767C;
}
</style>
border-color css
<style>
span { border-color: #9B767C; }
span { border-color: rgb(155,118,124); }
td.TdClassName
{
border-color: #9B767C;
}
.TagClassName
{
border-color: #9B767C;
}
</style>