Shades of Turkish Rose #9A7D7E
Tints of Turkish Rose #9A7D7E
RGB
CMYK
RGB Variations
Color information
#9A7D7E (or 0x9A7D7E) is known color: Turkish Rose. HEX triplet: 9A, 7D and 7E. RGB value is (154,125,126). Sum of RGB (Red+Green+Blue) = 154+125+126=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D7E is #658281. Grayscale: #858585. Windows color (decimal): -6652546 or 8289690. OLE color: 8289690.
HSL color Cylindrical-coordinate representation of color #9A7D7E: hue angle of 357.93º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D7E is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 126 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.40 |
| HSL | 357.93º | 0.13% | 0.55% | - |
| HSV(B) | 357.93º | 0.19% | 0.6% | - |
| XYZ | 24.43 | 23.04 | 22.9 | - |
| YUV | 133.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 126 | 0 | 0.19 | 0.18 | 0.40 | 357.93 | 0.13 | 0.55 |
| Hex | 9A | 7D | 7E | 0 | 13 | 12 | 28 | 166 | D | 37 |
| Octal | 232 | 175 | 176 | 0 | 23 | 22 | 50 | 546 | 15 | 67 |
| Binary | 10011010 | 1111101 | 1111110 | 0 | 10011 | 10010 | 101000 | 101100110 | 1101 | 110111 |
Color Harmonies of #9A7D7E
Complementary color
Monochromatic Colors of #9A7D7E
Black with #9A7D7E
Text Example
Text Example
White with #9A7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D7E; }
p { color: rgb(154,125,126); }
H1.HeaderClassName
{
color: #9A7D7E;
}
.AnyTagClassName
{
color: #9A7D7E;
}
</style>
background-color css
<style>
a { background-color: #9A7D7E; }
a { background-color: rgb(154,125,126); }
div.DivClassName
{
background-color: #9A7D7E;
}
.BgClassName
{
background-color: #9A7D7E;
}
</style>
border-color css
<style>
span { border-color: #9A7D7E; }
span { border-color: rgb(154,125,126); }
td.TdClassName
{
border-color: #9A7D7E;
}
.TagClassName
{
border-color: #9A7D7E;
}
</style>