Shades of Turkish Rose #9A7A7E
Tints of Turkish Rose #9A7A7E
RGB
CMYK
RGB Variations
Color information
#9A7A7E (or 0x9A7A7E) is known color: Turkish Rose. HEX triplet: 9A, 7A and 7E. RGB value is (154,122,126). Sum of RGB (Red+Green+Blue) = 154+122+126=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A7E is #658581. Grayscale: #848484. Windows color (decimal): -6653314 or 8288922. OLE color: 8288922.
HSL color Cylindrical-coordinate representation of color #9A7A7E: hue angle of 352.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A7A7E is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 126 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.40 |
| HSL | 352.5º | 0.14% | 0.54% | - |
| HSV(B) | 352.5º | 0.21% | 0.6% | - |
| XYZ | 24.05 | 22.3 | 22.77 | - |
| YUV | 132.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 126 | 0 | 0.21 | 0.18 | 0.40 | 352.5 | 0.14 | 0.54 |
| Hex | 9A | 7A | 7E | 0 | 15 | 12 | 28 | 160 | E | 36 |
| Octal | 232 | 172 | 176 | 0 | 25 | 22 | 50 | 540 | 16 | 66 |
| Binary | 10011010 | 1111010 | 1111110 | 0 | 10101 | 10010 | 101000 | 101100000 | 1110 | 110110 |
Color Harmonies of #9A7A7E
Complementary color
Monochromatic Colors of #9A7A7E
Black with #9A7A7E
Text Example
Text Example
White with #9A7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A7E; }
p { color: rgb(154,122,126); }
H1.HeaderClassName
{
color: #9A7A7E;
}
.AnyTagClassName
{
color: #9A7A7E;
}
</style>
background-color css
<style>
a { background-color: #9A7A7E; }
a { background-color: rgb(154,122,126); }
div.DivClassName
{
background-color: #9A7A7E;
}
.BgClassName
{
background-color: #9A7A7E;
}
</style>
border-color css
<style>
span { border-color: #9A7A7E; }
span { border-color: rgb(154,122,126); }
td.TdClassName
{
border-color: #9A7A7E;
}
.TagClassName
{
border-color: #9A7A7E;
}
</style>