Shades of Turkish Rose #9A707B
Tints of Turkish Rose #9A707B
RGB
CMYK
RGB Variations
Color information
#9A707B (or 0x9A707B) is known color: Turkish Rose. HEX triplet: 9A, 70 and 7B. RGB value is (154,112,123). Sum of RGB (Red+Green+Blue) = 154+112+123=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A707B is #658F84. Grayscale: #7D7D7D. Windows color (decimal): -6655877 or 8089754. OLE color: 8089754.
HSL color Cylindrical-coordinate representation of color #9A707B: hue angle of 344.29º 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 #9A707B is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 123 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.40 |
| HSL | 344.29º | 0.17% | 0.52% | - |
| HSV(B) | 344.29º | 0.27% | 0.6% | - |
| XYZ | 22.7 | 19.89 | 21.38 | - |
| YUV | 125.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 123 | 0 | 0.27 | 0.20 | 0.40 | 344.29 | 0.17 | 0.52 |
| Hex | 9A | 70 | 7B | 0 | 1B | 14 | 28 | 158 | 11 | 34 |
| Octal | 232 | 160 | 173 | 0 | 33 | 24 | 50 | 530 | 21 | 64 |
| Binary | 10011010 | 1110000 | 1111011 | 0 | 11011 | 10100 | 101000 | 101011000 | 10001 | 110100 |
Color Harmonies of #9A707B
Complementary color
Monochromatic Colors of #9A707B
Black with #9A707B
Text Example
Text Example
White with #9A707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A707B; }
p { color: rgb(154,112,123); }
H1.HeaderClassName
{
color: #9A707B;
}
.AnyTagClassName
{
color: #9A707B;
}
</style>
background-color css
<style>
a { background-color: #9A707B; }
a { background-color: rgb(154,112,123); }
div.DivClassName
{
background-color: #9A707B;
}
.BgClassName
{
background-color: #9A707B;
}
</style>
border-color css
<style>
span { border-color: #9A707B; }
span { border-color: rgb(154,112,123); }
td.TdClassName
{
border-color: #9A707B;
}
.TagClassName
{
border-color: #9A707B;
}
</style>