Shades of Turkish Rose #9B7A7E
Tints of Turkish Rose #9B7A7E
RGB
CMYK
RGB Variations
Color information
#9B7A7E (or 0x9B7A7E) is known color: Turkish Rose. HEX triplet: 9B, 7A and 7E. RGB value is (155,122,126). Sum of RGB (Red+Green+Blue) = 155+122+126=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A7E is #648581. Grayscale: #848484. Windows color (decimal): -6587778 or 8288923. OLE color: 8288923.
HSL color Cylindrical-coordinate representation of color #9B7A7E: hue angle of 352.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A7E is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 126 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.39 |
| HSL | 352.73º | 0.14% | 0.54% | - |
| HSV(B) | 352.73º | 0.21% | 0.61% | - |
| XYZ | 24.24 | 22.39 | 22.78 | - |
| YUV | 132.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 126 | 0 | 0.21 | 0.19 | 0.39 | 352.73 | 0.14 | 0.54 |
| Hex | 9B | 7A | 7E | 0 | 15 | 13 | 27 | 161 | E | 36 |
| Octal | 233 | 172 | 176 | 0 | 25 | 23 | 47 | 541 | 16 | 66 |
| Binary | 10011011 | 1111010 | 1111110 | 0 | 10101 | 10011 | 100111 | 101100001 | 1110 | 110110 |
Color Harmonies of #9B7A7E
Complementary color
Monochromatic Colors of #9B7A7E
Black with #9B7A7E
Text Example
Text Example
White with #9B7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A7E; }
p { color: rgb(155,122,126); }
H1.HeaderClassName
{
color: #9B7A7E;
}
.AnyTagClassName
{
color: #9B7A7E;
}
</style>
background-color css
<style>
a { background-color: #9B7A7E; }
a { background-color: rgb(155,122,126); }
div.DivClassName
{
background-color: #9B7A7E;
}
.BgClassName
{
background-color: #9B7A7E;
}
</style>
border-color css
<style>
span { border-color: #9B7A7E; }
span { border-color: rgb(155,122,126); }
td.TdClassName
{
border-color: #9B7A7E;
}
.TagClassName
{
border-color: #9B7A7E;
}
</style>