Shades of Turkish Rose #9C787B
Tints of Turkish Rose #9C787B
RGB
CMYK
RGB Variations
Color information
#9C787B (or 0x9C787B) is known color: Turkish Rose. HEX triplet: 9C, 78 and 7B. RGB value is (156,120,123). Sum of RGB (Red+Green+Blue) = 156+120+123=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C787B is #638784. Grayscale: #838383. Windows color (decimal): -6522757 or 8091804. OLE color: 8091804.
HSL color Cylindrical-coordinate representation of color #9C787B: hue angle of 355º 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 #9C787B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 123 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.39 |
| HSL | 355º | 0.15% | 0.54% | - |
| HSV(B) | 355º | 0.23% | 0.61% | - |
| XYZ | 24 | 21.93 | 21.71 | - |
| YUV | 131.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 123 | 0 | 0.23 | 0.21 | 0.39 | 355 | 0.15 | 0.54 |
| Hex | 9C | 78 | 7B | 0 | 17 | 15 | 27 | 163 | F | 36 |
| Octal | 234 | 170 | 173 | 0 | 27 | 25 | 47 | 543 | 17 | 66 |
| Binary | 10011100 | 1111000 | 1111011 | 0 | 10111 | 10101 | 100111 | 101100011 | 1111 | 110110 |
Color Harmonies of #9C787B
Complementary color
Monochromatic Colors of #9C787B
Black with #9C787B
Text Example
Text Example
White with #9C787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C787B; }
p { color: rgb(156,120,123); }
H1.HeaderClassName
{
color: #9C787B;
}
.AnyTagClassName
{
color: #9C787B;
}
</style>
background-color css
<style>
a { background-color: #9C787B; }
a { background-color: rgb(156,120,123); }
div.DivClassName
{
background-color: #9C787B;
}
.BgClassName
{
background-color: #9C787B;
}
</style>
border-color css
<style>
span { border-color: #9C787B; }
span { border-color: rgb(156,120,123); }
td.TdClassName
{
border-color: #9C787B;
}
.TagClassName
{
border-color: #9C787B;
}
</style>