Shades of Turkish Rose #9B757F
Tints of Turkish Rose #9B757F
RGB
CMYK
RGB Variations
Color information
#9B757F (or 0x9B757F) is known color: Turkish Rose. HEX triplet: 9B, 75 and 7F. RGB value is (155,117,127). Sum of RGB (Red+Green+Blue) = 155+117+127=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B757F is #648A80. Grayscale: #818181. Windows color (decimal): -6589057 or 8353179. OLE color: 8353179.
HSL color Cylindrical-coordinate representation of color #9B757F: hue angle of 344.21º 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 #9B757F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 127 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.39 |
| HSL | 344.21º | 0.16% | 0.53% | - |
| HSV(B) | 344.21º | 0.25% | 0.61% | - |
| XYZ | 23.71 | 21.22 | 22.93 | - |
| YUV | 129.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 127 | 0 | 0.25 | 0.18 | 0.39 | 344.21 | 0.16 | 0.53 |
| Hex | 9B | 75 | 7F | 0 | 19 | 12 | 27 | 158 | 10 | 35 |
| Octal | 233 | 165 | 177 | 0 | 31 | 22 | 47 | 530 | 20 | 65 |
| Binary | 10011011 | 1110101 | 1111111 | 0 | 11001 | 10010 | 100111 | 101011000 | 10000 | 110101 |
Color Harmonies of #9B757F
Complementary color
Monochromatic Colors of #9B757F
Black with #9B757F
Text Example
Text Example
White with #9B757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B757F; }
p { color: rgb(155,117,127); }
H1.HeaderClassName
{
color: #9B757F;
}
.AnyTagClassName
{
color: #9B757F;
}
</style>
background-color css
<style>
a { background-color: #9B757F; }
a { background-color: rgb(155,117,127); }
div.DivClassName
{
background-color: #9B757F;
}
.BgClassName
{
background-color: #9B757F;
}
</style>
border-color css
<style>
span { border-color: #9B757F; }
span { border-color: rgb(155,117,127); }
td.TdClassName
{
border-color: #9B757F;
}
.TagClassName
{
border-color: #9B757F;
}
</style>