Shades of Turkish Rose #9A7C7F
Tints of Turkish Rose #9A7C7F
RGB
CMYK
RGB Variations
Color information
#9A7C7F (or 0x9A7C7F) is known color: Turkish Rose. HEX triplet: 9A, 7C and 7F. RGB value is (154,124,127). Sum of RGB (Red+Green+Blue) = 154+124+127=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C7F is #658380. Grayscale: #858585. Windows color (decimal): -6652801 or 8354970. OLE color: 8354970.
HSL color Cylindrical-coordinate representation of color #9A7C7F: hue angle of 354º 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 #9A7C7F is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 127 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.40 |
| HSL | 354º | 0.13% | 0.55% | - |
| HSV(B) | 354º | 0.19% | 0.6% | - |
| XYZ | 24.36 | 22.82 | 23.2 | - |
| YUV | 133.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 127 | 0 | 0.19 | 0.18 | 0.40 | 354 | 0.13 | 0.55 |
| Hex | 9A | 7C | 7F | 0 | 13 | 12 | 28 | 162 | D | 37 |
| Octal | 232 | 174 | 177 | 0 | 23 | 22 | 50 | 542 | 15 | 67 |
| Binary | 10011010 | 1111100 | 1111111 | 0 | 10011 | 10010 | 101000 | 101100010 | 1101 | 110111 |
Color Harmonies of #9A7C7F
Complementary color
Monochromatic Colors of #9A7C7F
Black with #9A7C7F
Text Example
Text Example
White with #9A7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C7F; }
p { color: rgb(154,124,127); }
H1.HeaderClassName
{
color: #9A7C7F;
}
.AnyTagClassName
{
color: #9A7C7F;
}
</style>
background-color css
<style>
a { background-color: #9A7C7F; }
a { background-color: rgb(154,124,127); }
div.DivClassName
{
background-color: #9A7C7F;
}
.BgClassName
{
background-color: #9A7C7F;
}
</style>
border-color css
<style>
span { border-color: #9A7C7F; }
span { border-color: rgb(154,124,127); }
td.TdClassName
{
border-color: #9A7C7F;
}
.TagClassName
{
border-color: #9A7C7F;
}
</style>