Shades of Turkish Rose #9B797F
Tints of Turkish Rose #9B797F
RGB
CMYK
RGB Variations
Color information
#9B797F (or 0x9B797F) is known color: Turkish Rose. HEX triplet: 9B, 79 and 7F. RGB value is (155,121,127). Sum of RGB (Red+Green+Blue) = 155+121+127=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797F is #648680. Grayscale: #838383. Windows color (decimal): -6588033 or 8354203. OLE color: 8354203.
HSL color Cylindrical-coordinate representation of color #9B797F: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B797F is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 127 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.39 |
| HSL | 349.41º | 0.15% | 0.54% | - |
| HSV(B) | 349.41º | 0.22% | 0.61% | - |
| XYZ | 24.19 | 22.18 | 23.08 | - |
| YUV | 131.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 127 | 0 | 0.22 | 0.18 | 0.39 | 349.41 | 0.15 | 0.54 |
| Hex | 9B | 79 | 7F | 0 | 16 | 12 | 27 | 15D | F | 36 |
| Octal | 233 | 171 | 177 | 0 | 26 | 22 | 47 | 535 | 17 | 66 |
| Binary | 10011011 | 1111001 | 1111111 | 0 | 10110 | 10010 | 100111 | 101011101 | 1111 | 110110 |
Color Harmonies of #9B797F
Complementary color
Monochromatic Colors of #9B797F
Black with #9B797F
Text Example
Text Example
White with #9B797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B797F; }
p { color: rgb(155,121,127); }
H1.HeaderClassName
{
color: #9B797F;
}
.AnyTagClassName
{
color: #9B797F;
}
</style>
background-color css
<style>
a { background-color: #9B797F; }
a { background-color: rgb(155,121,127); }
div.DivClassName
{
background-color: #9B797F;
}
.BgClassName
{
background-color: #9B797F;
}
</style>
border-color css
<style>
span { border-color: #9B797F; }
span { border-color: rgb(155,121,127); }
td.TdClassName
{
border-color: #9B797F;
}
.TagClassName
{
border-color: #9B797F;
}
</style>