Shades of Turkish Rose #9E747A
Tints of Turkish Rose #9E747A
RGB
CMYK
RGB Variations
Color information
#9E747A (or 0x9E747A) is known color: Turkish Rose. HEX triplet: 9E, 74 and 7A. RGB value is (158,116,122). Sum of RGB (Red+Green+Blue) = 158+116+122=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E747A is #618B85. Grayscale: #818181. Windows color (decimal): -6392710 or 8025246. OLE color: 8025246.
HSL color Cylindrical-coordinate representation of color #9E747A: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E747A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 122 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.38 |
| HSL | 351.43º | 0.18% | 0.54% | - |
| HSV(B) | 351.43º | 0.27% | 0.62% | - |
| XYZ | 23.86 | 21.17 | 21.24 | - |
| YUV | 129.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 122 | 0 | 0.27 | 0.23 | 0.38 | 351.43 | 0.18 | 0.54 |
| Hex | 9E | 74 | 7A | 0 | 1B | 17 | 26 | 15F | 12 | 36 |
| Octal | 236 | 164 | 172 | 0 | 33 | 27 | 46 | 537 | 22 | 66 |
| Binary | 10011110 | 1110100 | 1111010 | 0 | 11011 | 10111 | 100110 | 101011111 | 10010 | 110110 |
Color Harmonies of #9E747A
Complementary color
Monochromatic Colors of #9E747A
Black with #9E747A
Text Example
Text Example
White with #9E747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E747A; }
p { color: rgb(158,116,122); }
H1.HeaderClassName
{
color: #9E747A;
}
.AnyTagClassName
{
color: #9E747A;
}
</style>
background-color css
<style>
a { background-color: #9E747A; }
a { background-color: rgb(158,116,122); }
div.DivClassName
{
background-color: #9E747A;
}
.BgClassName
{
background-color: #9E747A;
}
</style>
border-color css
<style>
span { border-color: #9E747A; }
span { border-color: rgb(158,116,122); }
td.TdClassName
{
border-color: #9E747A;
}
.TagClassName
{
border-color: #9E747A;
}
</style>