Shades of Turkish Rose #9A7C7E
Tints of Turkish Rose #9A7C7E
RGB
CMYK
RGB Variations
Color information
#9A7C7E (or 0x9A7C7E) is known color: Turkish Rose. HEX triplet: 9A, 7C and 7E. RGB value is (154,124,126). Sum of RGB (Red+Green+Blue) = 154+124+126=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C7E is #658381. Grayscale: #858585. Windows color (decimal): -6652802 or 8289434. OLE color: 8289434.
HSL color Cylindrical-coordinate representation of color #9A7C7E: hue angle of 356º 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 #9A7C7E is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 126 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.40 |
| HSL | 356º | 0.13% | 0.55% | - |
| HSV(B) | 356º | 0.19% | 0.6% | - |
| XYZ | 24.3 | 22.79 | 22.86 | - |
| YUV | 133.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 126 | 0 | 0.19 | 0.18 | 0.40 | 356 | 0.13 | 0.55 |
| Hex | 9A | 7C | 7E | 0 | 13 | 12 | 28 | 164 | D | 37 |
| Octal | 232 | 174 | 176 | 0 | 23 | 22 | 50 | 544 | 15 | 67 |
| Binary | 10011010 | 1111100 | 1111110 | 0 | 10011 | 10010 | 101000 | 101100100 | 1101 | 110111 |
Color Harmonies of #9A7C7E
Complementary color
Monochromatic Colors of #9A7C7E
Black with #9A7C7E
Text Example
Text Example
White with #9A7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C7E; }
p { color: rgb(154,124,126); }
H1.HeaderClassName
{
color: #9A7C7E;
}
.AnyTagClassName
{
color: #9A7C7E;
}
</style>
background-color css
<style>
a { background-color: #9A7C7E; }
a { background-color: rgb(154,124,126); }
div.DivClassName
{
background-color: #9A7C7E;
}
.BgClassName
{
background-color: #9A7C7E;
}
</style>
border-color css
<style>
span { border-color: #9A7C7E; }
span { border-color: rgb(154,124,126); }
td.TdClassName
{
border-color: #9A7C7E;
}
.TagClassName
{
border-color: #9A7C7E;
}
</style>