Shades of Turkish Rose #9C797F
Tints of Turkish Rose #9C797F
RGB
CMYK
RGB Variations
Color information
#9C797F (or 0x9C797F) is known color: Turkish Rose. HEX triplet: 9C, 79 and 7F. RGB value is (156,121,127). Sum of RGB (Red+Green+Blue) = 156+121+127=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C797F is #638680. Grayscale: #848484. Windows color (decimal): -6522497 or 8354204. OLE color: 8354204.
HSL color Cylindrical-coordinate representation of color #9C797F: 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.22%. Process color model (Four color, CMYK) of #9C797F is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 127 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.39 |
| HSL | 349.71º | 0.15% | 0.54% | - |
| HSV(B) | 349.71º | 0.22% | 0.61% | - |
| XYZ | 24.38 | 22.27 | 23.09 | - |
| YUV | 132.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 127 | 0 | 0.22 | 0.19 | 0.39 | 349.71 | 0.15 | 0.54 |
| Hex | 9C | 79 | 7F | 0 | 16 | 13 | 27 | 15E | F | 36 |
| Octal | 234 | 171 | 177 | 0 | 26 | 23 | 47 | 536 | 17 | 66 |
| Binary | 10011100 | 1111001 | 1111111 | 0 | 10110 | 10011 | 100111 | 101011110 | 1111 | 110110 |
Color Harmonies of #9C797F
Complementary color
Monochromatic Colors of #9C797F
Black with #9C797F
Text Example
Text Example
White with #9C797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C797F; }
p { color: rgb(156,121,127); }
H1.HeaderClassName
{
color: #9C797F;
}
.AnyTagClassName
{
color: #9C797F;
}
</style>
background-color css
<style>
a { background-color: #9C797F; }
a { background-color: rgb(156,121,127); }
div.DivClassName
{
background-color: #9C797F;
}
.BgClassName
{
background-color: #9C797F;
}
</style>
border-color css
<style>
span { border-color: #9C797F; }
span { border-color: rgb(156,121,127); }
td.TdClassName
{
border-color: #9C797F;
}
.TagClassName
{
border-color: #9C797F;
}
</style>