Shades of Turkish Rose #9A757A
Tints of Turkish Rose #9A757A
RGB
CMYK
RGB Variations
Color information
#9A757A (or 0x9A757A) is known color: Turkish Rose. HEX triplet: 9A, 75 and 7A. RGB value is (154,117,122). Sum of RGB (Red+Green+Blue) = 154+117+122=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A757A is #658A85. Grayscale: #808080. Windows color (decimal): -6654598 or 8025498. OLE color: 8025498.
HSL color Cylindrical-coordinate representation of color #9A757A: hue angle of 351.89º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A757A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 122 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.40 |
| HSL | 351.89º | 0.15% | 0.53% | - |
| HSV(B) | 351.89º | 0.24% | 0.6% | - |
| XYZ | 23.2 | 21 | 21.24 | - |
| YUV | 128.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 122 | 0 | 0.24 | 0.21 | 0.40 | 351.89 | 0.15 | 0.53 |
| Hex | 9A | 75 | 7A | 0 | 18 | 15 | 28 | 160 | F | 35 |
| Octal | 232 | 165 | 172 | 0 | 30 | 25 | 50 | 540 | 17 | 65 |
| Binary | 10011010 | 1110101 | 1111010 | 0 | 11000 | 10101 | 101000 | 101100000 | 1111 | 110101 |
Color Harmonies of #9A757A
Complementary color
Monochromatic Colors of #9A757A
Black with #9A757A
Text Example
Text Example
White with #9A757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A757A; }
p { color: rgb(154,117,122); }
H1.HeaderClassName
{
color: #9A757A;
}
.AnyTagClassName
{
color: #9A757A;
}
</style>
background-color css
<style>
a { background-color: #9A757A; }
a { background-color: rgb(154,117,122); }
div.DivClassName
{
background-color: #9A757A;
}
.BgClassName
{
background-color: #9A757A;
}
</style>
border-color css
<style>
span { border-color: #9A757A; }
span { border-color: rgb(154,117,122); }
td.TdClassName
{
border-color: #9A757A;
}
.TagClassName
{
border-color: #9A757A;
}
</style>