Shades of Turkish Rose #9E787D
Tints of Turkish Rose #9E787D
RGB
CMYK
RGB Variations
Color information
#9E787D (or 0x9E787D) is known color: Turkish Rose. HEX triplet: 9E, 78 and 7D. RGB value is (158,120,125). Sum of RGB (Red+Green+Blue) = 158+120+125=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E787D is #618782. Grayscale: #838383. Windows color (decimal): -6391683 or 8222878. OLE color: 8222878.
HSL color Cylindrical-coordinate representation of color #9E787D: hue angle of 352.11º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E787D is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 125 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.38 |
| HSL | 352.11º | 0.16% | 0.55% | - |
| HSV(B) | 352.11º | 0.24% | 0.62% | - |
| XYZ | 24.52 | 22.18 | 22.39 | - |
| YUV | 131.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 125 | 0 | 0.24 | 0.21 | 0.38 | 352.11 | 0.16 | 0.55 |
| Hex | 9E | 78 | 7D | 0 | 18 | 15 | 26 | 160 | 10 | 37 |
| Octal | 236 | 170 | 175 | 0 | 30 | 25 | 46 | 540 | 20 | 67 |
| Binary | 10011110 | 1111000 | 1111101 | 0 | 11000 | 10101 | 100110 | 101100000 | 10000 | 110111 |
Color Harmonies of #9E787D
Complementary color
Monochromatic Colors of #9E787D
Black with #9E787D
Text Example
Text Example
White with #9E787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E787D; }
p { color: rgb(158,120,125); }
H1.HeaderClassName
{
color: #9E787D;
}
.AnyTagClassName
{
color: #9E787D;
}
</style>
background-color css
<style>
a { background-color: #9E787D; }
a { background-color: rgb(158,120,125); }
div.DivClassName
{
background-color: #9E787D;
}
.BgClassName
{
background-color: #9E787D;
}
</style>
border-color css
<style>
span { border-color: #9E787D; }
span { border-color: rgb(158,120,125); }
td.TdClassName
{
border-color: #9E787D;
}
.TagClassName
{
border-color: #9E787D;
}
</style>