Shades of Turkish Rose #9B787E
Tints of Turkish Rose #9B787E
RGB
CMYK
RGB Variations
Color information
#9B787E (or 0x9B787E) is known color: Turkish Rose. HEX triplet: 9B, 78 and 7E. RGB value is (155,120,126). Sum of RGB (Red+Green+Blue) = 155+120+126=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B787E is #648781. Grayscale: #838383. Windows color (decimal): -6588290 or 8288411. OLE color: 8288411.
HSL color Cylindrical-coordinate representation of color #9B787E: hue angle of 349.71º 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 #9B787E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 126 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.39 |
| HSL | 349.71º | 0.15% | 0.54% | - |
| HSV(B) | 349.71º | 0.23% | 0.61% | - |
| XYZ | 24 | 21.91 | 22.7 | - |
| YUV | 131.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 126 | 0 | 0.23 | 0.19 | 0.39 | 349.71 | 0.15 | 0.54 |
| Hex | 9B | 78 | 7E | 0 | 17 | 13 | 27 | 15E | F | 36 |
| Octal | 233 | 170 | 176 | 0 | 27 | 23 | 47 | 536 | 17 | 66 |
| Binary | 10011011 | 1111000 | 1111110 | 0 | 10111 | 10011 | 100111 | 101011110 | 1111 | 110110 |
Color Harmonies of #9B787E
Complementary color
Monochromatic Colors of #9B787E
Black with #9B787E
Text Example
Text Example
White with #9B787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B787E; }
p { color: rgb(155,120,126); }
H1.HeaderClassName
{
color: #9B787E;
}
.AnyTagClassName
{
color: #9B787E;
}
</style>
background-color css
<style>
a { background-color: #9B787E; }
a { background-color: rgb(155,120,126); }
div.DivClassName
{
background-color: #9B787E;
}
.BgClassName
{
background-color: #9B787E;
}
</style>
border-color css
<style>
span { border-color: #9B787E; }
span { border-color: rgb(155,120,126); }
td.TdClassName
{
border-color: #9B787E;
}
.TagClassName
{
border-color: #9B787E;
}
</style>