Shades of Turkish Rose #9E777B
Tints of Turkish Rose #9E777B
RGB
CMYK
RGB Variations
Color information
#9E777B (or 0x9E777B) is known color: Turkish Rose. HEX triplet: 9E, 77 and 7B. RGB value is (158,119,123). Sum of RGB (Red+Green+Blue) = 158+119+123=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E777B is #618884. Grayscale: #838383. Windows color (decimal): -6391941 or 8091550. OLE color: 8091550.
HSL color Cylindrical-coordinate representation of color #9E777B: hue angle of 353.85º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E777B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 123 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.38 |
| HSL | 353.85º | 0.17% | 0.54% | - |
| HSV(B) | 353.85º | 0.25% | 0.62% | - |
| XYZ | 24.27 | 21.89 | 21.69 | - |
| YUV | 131.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 123 | 0 | 0.25 | 0.22 | 0.38 | 353.85 | 0.17 | 0.54 |
| Hex | 9E | 77 | 7B | 0 | 19 | 16 | 26 | 162 | 11 | 36 |
| Octal | 236 | 167 | 173 | 0 | 31 | 26 | 46 | 542 | 21 | 66 |
| Binary | 10011110 | 1110111 | 1111011 | 0 | 11001 | 10110 | 100110 | 101100010 | 10001 | 110110 |
Color Harmonies of #9E777B
Complementary color
Monochromatic Colors of #9E777B
Black with #9E777B
Text Example
Text Example
White with #9E777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E777B; }
p { color: rgb(158,119,123); }
H1.HeaderClassName
{
color: #9E777B;
}
.AnyTagClassName
{
color: #9E777B;
}
</style>
background-color css
<style>
a { background-color: #9E777B; }
a { background-color: rgb(158,119,123); }
div.DivClassName
{
background-color: #9E777B;
}
.BgClassName
{
background-color: #9E777B;
}
</style>
border-color css
<style>
span { border-color: #9E777B; }
span { border-color: rgb(158,119,123); }
td.TdClassName
{
border-color: #9E777B;
}
.TagClassName
{
border-color: #9E777B;
}
</style>