Shades of Turkish Rose #9D6A77
Tints of Turkish Rose #9D6A77
RGB
CMYK
RGB Variations
Color information
#9D6A77 (or 0x9D6A77) is known color: Turkish Rose. HEX triplet: 9D, 6A and 77. RGB value is (157,106,119). Sum of RGB (Red+Green+Blue) = 157+106+119=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A77 is #629588. Grayscale: #7A7A7A. Windows color (decimal): -6460809 or 7826077. OLE color: 7826077.
HSL color Cylindrical-coordinate representation of color #9D6A77: hue angle of 344.71º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6A77 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 119 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.38 |
| HSL | 344.71º | 0.21% | 0.52% | - |
| HSV(B) | 344.71º | 0.32% | 0.62% | - |
| XYZ | 22.39 | 18.81 | 19.9 | - |
| YUV | 122.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 119 | 0 | 0.32 | 0.24 | 0.38 | 344.71 | 0.21 | 0.52 |
| Hex | 9D | 6A | 77 | 0 | 20 | 18 | 26 | 159 | 15 | 34 |
| Octal | 235 | 152 | 167 | 0 | 40 | 30 | 46 | 531 | 25 | 64 |
| Binary | 10011101 | 1101010 | 1110111 | 0 | 100000 | 11000 | 100110 | 101011001 | 10101 | 110100 |
Color Harmonies of #9D6A77
Complementary color
Monochromatic Colors of #9D6A77
Black with #9D6A77
Text Example
Text Example
White with #9D6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A77; }
p { color: rgb(157,106,119); }
H1.HeaderClassName
{
color: #9D6A77;
}
.AnyTagClassName
{
color: #9D6A77;
}
</style>
background-color css
<style>
a { background-color: #9D6A77; }
a { background-color: rgb(157,106,119); }
div.DivClassName
{
background-color: #9D6A77;
}
.BgClassName
{
background-color: #9D6A77;
}
</style>
border-color css
<style>
span { border-color: #9D6A77; }
span { border-color: rgb(157,106,119); }
td.TdClassName
{
border-color: #9D6A77;
}
.TagClassName
{
border-color: #9D6A77;
}
</style>