Shades of Turkish Rose #9B757B
Tints of Turkish Rose #9B757B
RGB
CMYK
RGB Variations
Color information
#9B757B (or 0x9B757B) is known color: Turkish Rose. HEX triplet: 9B, 75 and 7B. RGB value is (155,117,123). Sum of RGB (Red+Green+Blue) = 155+117+123=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B757B is #648A84. Grayscale: #818181. Windows color (decimal): -6589061 or 8091035. OLE color: 8091035.
HSL color Cylindrical-coordinate representation of color #9B757B: hue angle of 350.53º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B757B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 123 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.39 |
| HSL | 350.53º | 0.16% | 0.53% | - |
| HSV(B) | 350.53º | 0.25% | 0.61% | - |
| XYZ | 23.45 | 21.12 | 21.58 | - |
| YUV | 129.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 123 | 0 | 0.25 | 0.21 | 0.39 | 350.53 | 0.16 | 0.53 |
| Hex | 9B | 75 | 7B | 0 | 19 | 15 | 27 | 15F | 10 | 35 |
| Octal | 233 | 165 | 173 | 0 | 31 | 25 | 47 | 537 | 20 | 65 |
| Binary | 10011011 | 1110101 | 1111011 | 0 | 11001 | 10101 | 100111 | 101011111 | 10000 | 110101 |
Color Harmonies of #9B757B
Complementary color
Monochromatic Colors of #9B757B
Black with #9B757B
Text Example
Text Example
White with #9B757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B757B; }
p { color: rgb(155,117,123); }
H1.HeaderClassName
{
color: #9B757B;
}
.AnyTagClassName
{
color: #9B757B;
}
</style>
background-color css
<style>
a { background-color: #9B757B; }
a { background-color: rgb(155,117,123); }
div.DivClassName
{
background-color: #9B757B;
}
.BgClassName
{
background-color: #9B757B;
}
</style>
border-color css
<style>
span { border-color: #9B757B; }
span { border-color: rgb(155,117,123); }
td.TdClassName
{
border-color: #9B757B;
}
.TagClassName
{
border-color: #9B757B;
}
</style>