Shades of Turkish Rose #9B7D7F
Tints of Turkish Rose #9B7D7F
RGB
CMYK
RGB Variations
Color information
#9B7D7F (or 0x9B7D7F) is known color: Turkish Rose. HEX triplet: 9B, 7D and 7F. RGB value is (155,125,127). Sum of RGB (Red+Green+Blue) = 155+125+127=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D7F is #648280. Grayscale: #868686. Windows color (decimal): -6587009 or 8355227. OLE color: 8355227.
HSL color Cylindrical-coordinate representation of color #9B7D7F: hue angle of 356º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B7D7F is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 127 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.39 |
| HSL | 356º | 0.13% | 0.55% | - |
| HSV(B) | 356º | 0.19% | 0.61% | - |
| XYZ | 24.68 | 23.17 | 23.25 | - |
| YUV | 134.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 127 | 0 | 0.19 | 0.18 | 0.39 | 356 | 0.13 | 0.55 |
| Hex | 9B | 7D | 7F | 0 | 13 | 12 | 27 | 164 | D | 37 |
| Octal | 233 | 175 | 177 | 0 | 23 | 22 | 47 | 544 | 15 | 67 |
| Binary | 10011011 | 1111101 | 1111111 | 0 | 10011 | 10010 | 100111 | 101100100 | 1101 | 110111 |
Color Harmonies of #9B7D7F
Complementary color
Monochromatic Colors of #9B7D7F
Black with #9B7D7F
Text Example
Text Example
White with #9B7D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D7F; }
p { color: rgb(155,125,127); }
H1.HeaderClassName
{
color: #9B7D7F;
}
.AnyTagClassName
{
color: #9B7D7F;
}
</style>
background-color css
<style>
a { background-color: #9B7D7F; }
a { background-color: rgb(155,125,127); }
div.DivClassName
{
background-color: #9B7D7F;
}
.BgClassName
{
background-color: #9B7D7F;
}
</style>
border-color css
<style>
span { border-color: #9B7D7F; }
span { border-color: rgb(155,125,127); }
td.TdClassName
{
border-color: #9B7D7F;
}
.TagClassName
{
border-color: #9B7D7F;
}
</style>