Shades of Turkish Rose #9E757B
Tints of Turkish Rose #9E757B
RGB
CMYK
RGB Variations
Color information
#9E757B (or 0x9E757B) is known color: Turkish Rose. HEX triplet: 9E, 75 and 7B. RGB value is (158,117,123). Sum of RGB (Red+Green+Blue) = 158+117+123=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E757B is #618A84. Grayscale: #818181. Windows color (decimal): -6392453 or 8091038. OLE color: 8091038.
HSL color Cylindrical-coordinate representation of color #9E757B: hue angle of 351.22º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E757B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 123 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.38 |
| HSL | 351.22º | 0.17% | 0.54% | - |
| HSV(B) | 351.22º | 0.26% | 0.62% | - |
| XYZ | 24.04 | 21.42 | 21.61 | - |
| YUV | 129.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 123 | 0 | 0.26 | 0.22 | 0.38 | 351.22 | 0.17 | 0.54 |
| Hex | 9E | 75 | 7B | 0 | 1A | 16 | 26 | 15F | 11 | 36 |
| Octal | 236 | 165 | 173 | 0 | 32 | 26 | 46 | 537 | 21 | 66 |
| Binary | 10011110 | 1110101 | 1111011 | 0 | 11010 | 10110 | 100110 | 101011111 | 10001 | 110110 |
Color Harmonies of #9E757B
Complementary color
Monochromatic Colors of #9E757B
Black with #9E757B
Text Example
Text Example
White with #9E757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E757B; }
p { color: rgb(158,117,123); }
H1.HeaderClassName
{
color: #9E757B;
}
.AnyTagClassName
{
color: #9E757B;
}
</style>
background-color css
<style>
a { background-color: #9E757B; }
a { background-color: rgb(158,117,123); }
div.DivClassName
{
background-color: #9E757B;
}
.BgClassName
{
background-color: #9E757B;
}
</style>
border-color css
<style>
span { border-color: #9E757B; }
span { border-color: rgb(158,117,123); }
td.TdClassName
{
border-color: #9E757B;
}
.TagClassName
{
border-color: #9E757B;
}
</style>