Shades of Turkish Rose #9E777A
Tints of Turkish Rose #9E777A
RGB
CMYK
RGB Variations
Color information
#9E777A (or 0x9E777A) is known color: Turkish Rose. HEX triplet: 9E, 77 and 7A. RGB value is (158,119,122). Sum of RGB (Red+Green+Blue) = 158+119+122=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E777A is #618885. Grayscale: #838383. Windows color (decimal): -6391942 or 8026014. OLE color: 8026014.
HSL color Cylindrical-coordinate representation of color #9E777A: hue angle of 355.38º 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 #9E777A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 122 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.38 |
| HSL | 355.38º | 0.17% | 0.54% | - |
| HSV(B) | 355.38º | 0.25% | 0.62% | - |
| XYZ | 24.21 | 21.87 | 21.36 | - |
| YUV | 131 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 122 | 0 | 0.25 | 0.23 | 0.38 | 355.38 | 0.17 | 0.54 |
| Hex | 9E | 77 | 7A | 0 | 19 | 17 | 26 | 163 | 11 | 36 |
| Octal | 236 | 167 | 172 | 0 | 31 | 27 | 46 | 543 | 21 | 66 |
| Binary | 10011110 | 1110111 | 1111010 | 0 | 11001 | 10111 | 100110 | 101100011 | 10001 | 110110 |
Color Harmonies of #9E777A
Complementary color
Monochromatic Colors of #9E777A
Black with #9E777A
Text Example
Text Example
White with #9E777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E777A; }
p { color: rgb(158,119,122); }
H1.HeaderClassName
{
color: #9E777A;
}
.AnyTagClassName
{
color: #9E777A;
}
</style>
background-color css
<style>
a { background-color: #9E777A; }
a { background-color: rgb(158,119,122); }
div.DivClassName
{
background-color: #9E777A;
}
.BgClassName
{
background-color: #9E777A;
}
</style>
border-color css
<style>
span { border-color: #9E777A; }
span { border-color: rgb(158,119,122); }
td.TdClassName
{
border-color: #9E777A;
}
.TagClassName
{
border-color: #9E777A;
}
</style>