Shades of Turkish Rose #9B767D
Tints of Turkish Rose #9B767D
RGB
CMYK
RGB Variations
Color information
#9B767D (or 0x9B767D) is known color: Turkish Rose. HEX triplet: 9B, 76 and 7D. RGB value is (155,118,125). Sum of RGB (Red+Green+Blue) = 155+118+125=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B767D is #648982. Grayscale: #818181. Windows color (decimal): -6588803 or 8222363. OLE color: 8222363.
HSL color Cylindrical-coordinate representation of color #9B767D: hue angle of 348.65º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B767D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 125 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.39 |
| HSL | 348.65º | 0.16% | 0.54% | - |
| HSV(B) | 348.65º | 0.24% | 0.61% | - |
| XYZ | 23.7 | 21.41 | 22.28 | - |
| YUV | 129.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 125 | 0 | 0.24 | 0.19 | 0.39 | 348.65 | 0.16 | 0.54 |
| Hex | 9B | 76 | 7D | 0 | 18 | 13 | 27 | 15D | 10 | 36 |
| Octal | 233 | 166 | 175 | 0 | 30 | 23 | 47 | 535 | 20 | 66 |
| Binary | 10011011 | 1110110 | 1111101 | 0 | 11000 | 10011 | 100111 | 101011101 | 10000 | 110110 |
Color Harmonies of #9B767D
Complementary color
Monochromatic Colors of #9B767D
Black with #9B767D
Text Example
Text Example
White with #9B767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B767D; }
p { color: rgb(155,118,125); }
H1.HeaderClassName
{
color: #9B767D;
}
.AnyTagClassName
{
color: #9B767D;
}
</style>
background-color css
<style>
a { background-color: #9B767D; }
a { background-color: rgb(155,118,125); }
div.DivClassName
{
background-color: #9B767D;
}
.BgClassName
{
background-color: #9B767D;
}
</style>
border-color css
<style>
span { border-color: #9B767D; }
span { border-color: rgb(155,118,125); }
td.TdClassName
{
border-color: #9B767D;
}
.TagClassName
{
border-color: #9B767D;
}
</style>