Shades of Turkish Rose #9C787E
Tints of Turkish Rose #9C787E
RGB
CMYK
RGB Variations
Color information
#9C787E (or 0x9C787E) is known color: Turkish Rose. HEX triplet: 9C, 78 and 7E. RGB value is (156,120,126). Sum of RGB (Red+Green+Blue) = 156+120+126=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C787E is #638781. Grayscale: #838383. Windows color (decimal): -6522754 or 8288412. OLE color: 8288412.
HSL color Cylindrical-coordinate representation of color #9C787E: hue angle of 350º 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 #9C787E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 126 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.39 |
| HSL | 350º | 0.15% | 0.54% | - |
| HSV(B) | 350º | 0.23% | 0.61% | - |
| XYZ | 24.19 | 22.01 | 22.71 | - |
| YUV | 131.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 126 | 0 | 0.23 | 0.19 | 0.39 | 350 | 0.15 | 0.54 |
| Hex | 9C | 78 | 7E | 0 | 17 | 13 | 27 | 15E | F | 36 |
| Octal | 234 | 170 | 176 | 0 | 27 | 23 | 47 | 536 | 17 | 66 |
| Binary | 10011100 | 1111000 | 1111110 | 0 | 10111 | 10011 | 100111 | 101011110 | 1111 | 110110 |
Color Harmonies of #9C787E
Complementary color
Monochromatic Colors of #9C787E
Black with #9C787E
Text Example
Text Example
White with #9C787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C787E; }
p { color: rgb(156,120,126); }
H1.HeaderClassName
{
color: #9C787E;
}
.AnyTagClassName
{
color: #9C787E;
}
</style>
background-color css
<style>
a { background-color: #9C787E; }
a { background-color: rgb(156,120,126); }
div.DivClassName
{
background-color: #9C787E;
}
.BgClassName
{
background-color: #9C787E;
}
</style>
border-color css
<style>
span { border-color: #9C787E; }
span { border-color: rgb(156,120,126); }
td.TdClassName
{
border-color: #9C787E;
}
.TagClassName
{
border-color: #9C787E;
}
</style>