Shades of Turkish Rose #9B787D
Tints of Turkish Rose #9B787D
RGB
CMYK
RGB Variations
Color information
#9B787D (or 0x9B787D) is known color: Turkish Rose. HEX triplet: 9B, 78 and 7D. RGB value is (155,120,125). Sum of RGB (Red+Green+Blue) = 155+120+125=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B787D is #648782. Grayscale: #838383. Windows color (decimal): -6588291 or 8222875. OLE color: 8222875.
HSL color Cylindrical-coordinate representation of color #9B787D: hue angle of 351.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B787D is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 125 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.39 |
| HSL | 351.43º | 0.15% | 0.54% | - |
| HSV(B) | 351.43º | 0.23% | 0.61% | - |
| XYZ | 23.94 | 21.88 | 22.36 | - |
| YUV | 131.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 125 | 0 | 0.23 | 0.19 | 0.39 | 351.43 | 0.15 | 0.54 |
| Hex | 9B | 78 | 7D | 0 | 17 | 13 | 27 | 15F | F | 36 |
| Octal | 233 | 170 | 175 | 0 | 27 | 23 | 47 | 537 | 17 | 66 |
| Binary | 10011011 | 1111000 | 1111101 | 0 | 10111 | 10011 | 100111 | 101011111 | 1111 | 110110 |
Color Harmonies of #9B787D
Complementary color
Monochromatic Colors of #9B787D
Black with #9B787D
Text Example
Text Example
White with #9B787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B787D; }
p { color: rgb(155,120,125); }
H1.HeaderClassName
{
color: #9B787D;
}
.AnyTagClassName
{
color: #9B787D;
}
</style>
background-color css
<style>
a { background-color: #9B787D; }
a { background-color: rgb(155,120,125); }
div.DivClassName
{
background-color: #9B787D;
}
.BgClassName
{
background-color: #9B787D;
}
</style>
border-color css
<style>
span { border-color: #9B787D; }
span { border-color: rgb(155,120,125); }
td.TdClassName
{
border-color: #9B787D;
}
.TagClassName
{
border-color: #9B787D;
}
</style>