Shades of Turkish Rose #9A737A
Tints of Turkish Rose #9A737A
RGB
CMYK
RGB Variations
Color information
#9A737A (or 0x9A737A) is known color: Turkish Rose. HEX triplet: 9A, 73 and 7A. RGB value is (154,115,122). Sum of RGB (Red+Green+Blue) = 154+115+122=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A737A is #658C85. Grayscale: #7F7F7F. Windows color (decimal): -6655110 or 8024986. OLE color: 8024986.
HSL color Cylindrical-coordinate representation of color #9A737A: hue angle of 349.23º 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 #9A737A is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 122 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.40 |
| HSL | 349.23º | 0.16% | 0.53% | - |
| HSV(B) | 349.23º | 0.25% | 0.6% | - |
| XYZ | 22.97 | 20.54 | 21.17 | - |
| YUV | 127.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 122 | 0 | 0.25 | 0.21 | 0.40 | 349.23 | 0.16 | 0.53 |
| Hex | 9A | 73 | 7A | 0 | 19 | 15 | 28 | 15D | 10 | 35 |
| Octal | 232 | 163 | 172 | 0 | 31 | 25 | 50 | 535 | 20 | 65 |
| Binary | 10011010 | 1110011 | 1111010 | 0 | 11001 | 10101 | 101000 | 101011101 | 10000 | 110101 |
Color Harmonies of #9A737A
Complementary color
Monochromatic Colors of #9A737A
Black with #9A737A
Text Example
Text Example
White with #9A737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A737A; }
p { color: rgb(154,115,122); }
H1.HeaderClassName
{
color: #9A737A;
}
.AnyTagClassName
{
color: #9A737A;
}
</style>
background-color css
<style>
a { background-color: #9A737A; }
a { background-color: rgb(154,115,122); }
div.DivClassName
{
background-color: #9A737A;
}
.BgClassName
{
background-color: #9A737A;
}
</style>
border-color css
<style>
span { border-color: #9A737A; }
span { border-color: rgb(154,115,122); }
td.TdClassName
{
border-color: #9A737A;
}
.TagClassName
{
border-color: #9A737A;
}
</style>