Shades of Turkish Rose #9B787B
Tints of Turkish Rose #9B787B
RGB
CMYK
RGB Variations
Color information
#9B787B (or 0x9B787B) is known color: Turkish Rose. HEX triplet: 9B, 78 and 7B. RGB value is (155,120,123). Sum of RGB (Red+Green+Blue) = 155+120+123=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B787B is #648784. Grayscale: #828282. Windows color (decimal): -6588293 or 8091803. OLE color: 8091803.
HSL color Cylindrical-coordinate representation of color #9B787B: hue angle of 354.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B787B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 123 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.39 |
| HSL | 354.86º | 0.15% | 0.54% | - |
| HSV(B) | 354.86º | 0.23% | 0.61% | - |
| XYZ | 23.81 | 21.83 | 21.7 | - |
| YUV | 130.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 123 | 0 | 0.23 | 0.21 | 0.39 | 354.86 | 0.15 | 0.54 |
| Hex | 9B | 78 | 7B | 0 | 17 | 15 | 27 | 163 | F | 36 |
| Octal | 233 | 170 | 173 | 0 | 27 | 25 | 47 | 543 | 17 | 66 |
| Binary | 10011011 | 1111000 | 1111011 | 0 | 10111 | 10101 | 100111 | 101100011 | 1111 | 110110 |
Color Harmonies of #9B787B
Complementary color
Monochromatic Colors of #9B787B
Black with #9B787B
Text Example
Text Example
White with #9B787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B787B; }
p { color: rgb(155,120,123); }
H1.HeaderClassName
{
color: #9B787B;
}
.AnyTagClassName
{
color: #9B787B;
}
</style>
background-color css
<style>
a { background-color: #9B787B; }
a { background-color: rgb(155,120,123); }
div.DivClassName
{
background-color: #9B787B;
}
.BgClassName
{
background-color: #9B787B;
}
</style>
border-color css
<style>
span { border-color: #9B787B; }
span { border-color: rgb(155,120,123); }
td.TdClassName
{
border-color: #9B787B;
}
.TagClassName
{
border-color: #9B787B;
}
</style>