Shades of Turkish Rose #9A707D
Tints of Turkish Rose #9A707D
RGB
CMYK
RGB Variations
Color information
#9A707D (or 0x9A707D) is known color: Turkish Rose. HEX triplet: 9A, 70 and 7D. RGB value is (154,112,125). Sum of RGB (Red+Green+Blue) = 154+112+125=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A707D is #658F82. Grayscale: #7E7E7E. Windows color (decimal): -6655875 or 8220826. OLE color: 8220826.
HSL color Cylindrical-coordinate representation of color #9A707D: hue angle of 341.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A707D is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 125 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.40 |
| HSL | 341.43º | 0.17% | 0.52% | - |
| HSV(B) | 341.43º | 0.27% | 0.6% | - |
| XYZ | 22.82 | 19.94 | 22.05 | - |
| YUV | 126.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 125 | 0 | 0.27 | 0.19 | 0.40 | 341.43 | 0.17 | 0.52 |
| Hex | 9A | 70 | 7D | 0 | 1B | 13 | 28 | 155 | 11 | 34 |
| Octal | 232 | 160 | 175 | 0 | 33 | 23 | 50 | 525 | 21 | 64 |
| Binary | 10011010 | 1110000 | 1111101 | 0 | 11011 | 10011 | 101000 | 101010101 | 10001 | 110100 |
Color Harmonies of #9A707D
Complementary color
Monochromatic Colors of #9A707D
Black with #9A707D
Text Example
Text Example
White with #9A707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A707D; }
p { color: rgb(154,112,125); }
H1.HeaderClassName
{
color: #9A707D;
}
.AnyTagClassName
{
color: #9A707D;
}
</style>
background-color css
<style>
a { background-color: #9A707D; }
a { background-color: rgb(154,112,125); }
div.DivClassName
{
background-color: #9A707D;
}
.BgClassName
{
background-color: #9A707D;
}
</style>
border-color css
<style>
span { border-color: #9A707D; }
span { border-color: rgb(154,112,125); }
td.TdClassName
{
border-color: #9A707D;
}
.TagClassName
{
border-color: #9A707D;
}
</style>