Shades of Turkish Rose #9A7C81
Tints of Turkish Rose #9A7C81
RGB
CMYK
RGB Variations
Color information
#9A7C81 (or 0x9A7C81) is known color: Turkish Rose. HEX triplet: 9A, 7C and 81. RGB value is (154,124,129). Sum of RGB (Red+Green+Blue) = 154+124+129=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C81 is #65837E. Grayscale: #858585. Windows color (decimal): -6652799 or 8486042. OLE color: 8486042.
HSL color Cylindrical-coordinate representation of color #9A7C81: hue angle of 350º 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 #9A7C81 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 129 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.40 |
| HSL | 350º | 0.13% | 0.55% | - |
| HSV(B) | 350º | 0.19% | 0.6% | - |
| XYZ | 24.5 | 22.87 | 23.89 | - |
| YUV | 133.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 129 | 0 | 0.19 | 0.16 | 0.40 | 350 | 0.13 | 0.55 |
| Hex | 9A | 7C | 81 | 0 | 13 | 10 | 28 | 15E | D | 37 |
| Octal | 232 | 174 | 201 | 0 | 23 | 20 | 50 | 536 | 15 | 67 |
| Binary | 10011010 | 1111100 | 10000001 | 0 | 10011 | 10000 | 101000 | 101011110 | 1101 | 110111 |
Color Harmonies of #9A7C81
Complementary color
Monochromatic Colors of #9A7C81
Black with #9A7C81
Text Example
Text Example
White with #9A7C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C81; }
p { color: rgb(154,124,129); }
H1.HeaderClassName
{
color: #9A7C81;
}
.AnyTagClassName
{
color: #9A7C81;
}
</style>
background-color css
<style>
a { background-color: #9A7C81; }
a { background-color: rgb(154,124,129); }
div.DivClassName
{
background-color: #9A7C81;
}
.BgClassName
{
background-color: #9A7C81;
}
</style>
border-color css
<style>
span { border-color: #9A7C81; }
span { border-color: rgb(154,124,129); }
td.TdClassName
{
border-color: #9A7C81;
}
.TagClassName
{
border-color: #9A7C81;
}
</style>