Shades of Turkish Rose #9B707B
Tints of Turkish Rose #9B707B
RGB
CMYK
RGB Variations
Color information
#9B707B (or 0x9B707B) is known color: Turkish Rose. HEX triplet: 9B, 70 and 7B. RGB value is (155,112,123). Sum of RGB (Red+Green+Blue) = 155+112+123=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B707B is #648F84. Grayscale: #7E7E7E. Windows color (decimal): -6590341 or 8089755. OLE color: 8089755.
HSL color Cylindrical-coordinate representation of color #9B707B: hue angle of 344.65º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B707B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 123 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.39 |
| HSL | 344.65º | 0.18% | 0.52% | - |
| HSV(B) | 344.65º | 0.28% | 0.61% | - |
| XYZ | 22.89 | 19.99 | 21.39 | - |
| YUV | 126.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 123 | 0 | 0.28 | 0.21 | 0.39 | 344.65 | 0.18 | 0.52 |
| Hex | 9B | 70 | 7B | 0 | 1C | 15 | 27 | 159 | 12 | 34 |
| Octal | 233 | 160 | 173 | 0 | 34 | 25 | 47 | 531 | 22 | 64 |
| Binary | 10011011 | 1110000 | 1111011 | 0 | 11100 | 10101 | 100111 | 101011001 | 10010 | 110100 |
Color Harmonies of #9B707B
Complementary color
Monochromatic Colors of #9B707B
Black with #9B707B
Text Example
Text Example
White with #9B707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B707B; }
p { color: rgb(155,112,123); }
H1.HeaderClassName
{
color: #9B707B;
}
.AnyTagClassName
{
color: #9B707B;
}
</style>
background-color css
<style>
a { background-color: #9B707B; }
a { background-color: rgb(155,112,123); }
div.DivClassName
{
background-color: #9B707B;
}
.BgClassName
{
background-color: #9B707B;
}
</style>
border-color css
<style>
span { border-color: #9B707B; }
span { border-color: rgb(155,112,123); }
td.TdClassName
{
border-color: #9B707B;
}
.TagClassName
{
border-color: #9B707B;
}
</style>