Shades of Turkish Rose #9B757D
Tints of Turkish Rose #9B757D
RGB
CMYK
RGB Variations
Color information
#9B757D (or 0x9B757D) is known color: Turkish Rose. HEX triplet: 9B, 75 and 7D. RGB value is (155,117,125). Sum of RGB (Red+Green+Blue) = 155+117+125=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B757D is #648A82. Grayscale: #818181. Windows color (decimal): -6589059 or 8222107. OLE color: 8222107.
HSL color Cylindrical-coordinate representation of color #9B757D: hue angle of 347.37º 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 #9B757D is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 125 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.39 |
| HSL | 347.37º | 0.16% | 0.53% | - |
| HSV(B) | 347.37º | 0.25% | 0.61% | - |
| XYZ | 23.58 | 21.17 | 22.25 | - |
| YUV | 129.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 125 | 0 | 0.25 | 0.19 | 0.39 | 347.37 | 0.16 | 0.53 |
| Hex | 9B | 75 | 7D | 0 | 19 | 13 | 27 | 15B | 10 | 35 |
| Octal | 233 | 165 | 175 | 0 | 31 | 23 | 47 | 533 | 20 | 65 |
| Binary | 10011011 | 1110101 | 1111101 | 0 | 11001 | 10011 | 100111 | 101011011 | 10000 | 110101 |
Color Harmonies of #9B757D
Complementary color
Monochromatic Colors of #9B757D
Black with #9B757D
Text Example
Text Example
White with #9B757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B757D; }
p { color: rgb(155,117,125); }
H1.HeaderClassName
{
color: #9B757D;
}
.AnyTagClassName
{
color: #9B757D;
}
</style>
background-color css
<style>
a { background-color: #9B757D; }
a { background-color: rgb(155,117,125); }
div.DivClassName
{
background-color: #9B757D;
}
.BgClassName
{
background-color: #9B757D;
}
</style>
border-color css
<style>
span { border-color: #9B757D; }
span { border-color: rgb(155,117,125); }
td.TdClassName
{
border-color: #9B757D;
}
.TagClassName
{
border-color: #9B757D;
}
</style>