Shades of Turkish Rose #9C757E
Tints of Turkish Rose #9C757E
RGB
CMYK
RGB Variations
Color information
#9C757E (or 0x9C757E) is known color: Turkish Rose. HEX triplet: 9C, 75 and 7E. RGB value is (156,117,126). Sum of RGB (Red+Green+Blue) = 156+117+126=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C757E is #638A81. Grayscale: #818181. Windows color (decimal): -6523522 or 8287644. OLE color: 8287644.
HSL color Cylindrical-coordinate representation of color #9C757E: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C757E is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 126 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.39 |
| HSL | 346.15º | 0.16% | 0.54% | - |
| HSV(B) | 346.15º | 0.25% | 0.61% | - |
| XYZ | 23.84 | 21.3 | 22.59 | - |
| YUV | 129.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 126 | 0 | 0.25 | 0.19 | 0.39 | 346.15 | 0.16 | 0.54 |
| Hex | 9C | 75 | 7E | 0 | 19 | 13 | 27 | 15A | 10 | 36 |
| Octal | 234 | 165 | 176 | 0 | 31 | 23 | 47 | 532 | 20 | 66 |
| Binary | 10011100 | 1110101 | 1111110 | 0 | 11001 | 10011 | 100111 | 101011010 | 10000 | 110110 |
Color Harmonies of #9C757E
Complementary color
Monochromatic Colors of #9C757E
Black with #9C757E
Text Example
Text Example
White with #9C757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C757E; }
p { color: rgb(156,117,126); }
H1.HeaderClassName
{
color: #9C757E;
}
.AnyTagClassName
{
color: #9C757E;
}
</style>
background-color css
<style>
a { background-color: #9C757E; }
a { background-color: rgb(156,117,126); }
div.DivClassName
{
background-color: #9C757E;
}
.BgClassName
{
background-color: #9C757E;
}
</style>
border-color css
<style>
span { border-color: #9C757E; }
span { border-color: rgb(156,117,126); }
td.TdClassName
{
border-color: #9C757E;
}
.TagClassName
{
border-color: #9C757E;
}
</style>