Shades of Turkish Rose #9C777C
Tints of Turkish Rose #9C777C
RGB
CMYK
RGB Variations
Color information
#9C777C (or 0x9C777C) is known color: Turkish Rose. HEX triplet: 9C, 77 and 7C. RGB value is (156,119,124). Sum of RGB (Red+Green+Blue) = 156+119+124=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C777C is #638883. Grayscale: #828282. Windows color (decimal): -6523012 or 8157084. OLE color: 8157084.
HSL color Cylindrical-coordinate representation of color #9C777C: hue angle of 351.89º 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 #9C777C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 124 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.39 |
| HSL | 351.89º | 0.16% | 0.54% | - |
| HSV(B) | 351.89º | 0.24% | 0.61% | - |
| XYZ | 23.95 | 21.72 | 22 | - |
| YUV | 130.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 124 | 0 | 0.24 | 0.21 | 0.39 | 351.89 | 0.16 | 0.54 |
| Hex | 9C | 77 | 7C | 0 | 18 | 15 | 27 | 160 | 10 | 36 |
| Octal | 234 | 167 | 174 | 0 | 30 | 25 | 47 | 540 | 20 | 66 |
| Binary | 10011100 | 1110111 | 1111100 | 0 | 11000 | 10101 | 100111 | 101100000 | 10000 | 110110 |
Color Harmonies of #9C777C
Complementary color
Monochromatic Colors of #9C777C
Black with #9C777C
Text Example
Text Example
White with #9C777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C777C; }
p { color: rgb(156,119,124); }
H1.HeaderClassName
{
color: #9C777C;
}
.AnyTagClassName
{
color: #9C777C;
}
</style>
background-color css
<style>
a { background-color: #9C777C; }
a { background-color: rgb(156,119,124); }
div.DivClassName
{
background-color: #9C777C;
}
.BgClassName
{
background-color: #9C777C;
}
</style>
border-color css
<style>
span { border-color: #9C777C; }
span { border-color: rgb(156,119,124); }
td.TdClassName
{
border-color: #9C777C;
}
.TagClassName
{
border-color: #9C777C;
}
</style>