Shades of Turkish Rose #9A737C
Tints of Turkish Rose #9A737C
RGB
CMYK
RGB Variations
Color information
#9A737C (or 0x9A737C) is known color: Turkish Rose. HEX triplet: 9A, 73 and 7C. RGB value is (154,115,124). Sum of RGB (Red+Green+Blue) = 154+115+124=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A737C is #658C83. Grayscale: #7F7F7F. Windows color (decimal): -6655108 or 8156058. OLE color: 8156058.
HSL color Cylindrical-coordinate representation of color #9A737C: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A737C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 124 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.40 |
| HSL | 346.15º | 0.16% | 0.53% | - |
| HSV(B) | 346.15º | 0.25% | 0.6% | - |
| XYZ | 23.1 | 20.59 | 21.83 | - |
| YUV | 127.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 124 | 0 | 0.25 | 0.19 | 0.40 | 346.15 | 0.16 | 0.53 |
| Hex | 9A | 73 | 7C | 0 | 19 | 13 | 28 | 15A | 10 | 35 |
| Octal | 232 | 163 | 174 | 0 | 31 | 23 | 50 | 532 | 20 | 65 |
| Binary | 10011010 | 1110011 | 1111100 | 0 | 11001 | 10011 | 101000 | 101011010 | 10000 | 110101 |
Color Harmonies of #9A737C
Complementary color
Monochromatic Colors of #9A737C
Black with #9A737C
Text Example
Text Example
White with #9A737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A737C; }
p { color: rgb(154,115,124); }
H1.HeaderClassName
{
color: #9A737C;
}
.AnyTagClassName
{
color: #9A737C;
}
</style>
background-color css
<style>
a { background-color: #9A737C; }
a { background-color: rgb(154,115,124); }
div.DivClassName
{
background-color: #9A737C;
}
.BgClassName
{
background-color: #9A737C;
}
</style>
border-color css
<style>
span { border-color: #9A737C; }
span { border-color: rgb(154,115,124); }
td.TdClassName
{
border-color: #9A737C;
}
.TagClassName
{
border-color: #9A737C;
}
</style>