Shades of Turkish Rose #9B7E7F
Tints of Turkish Rose #9B7E7F
RGB
CMYK
RGB Variations
Color information
#9B7E7F (or 0x9B7E7F) is known color: Turkish Rose. HEX triplet: 9B, 7E and 7F. RGB value is (155,126,127). Sum of RGB (Red+Green+Blue) = 155+126+127=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E7F is #648180. Grayscale: #868686. Windows color (decimal): -6586753 or 8355483. OLE color: 8355483.
HSL color Cylindrical-coordinate representation of color #9B7E7F: hue angle of 357.93º 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 #9B7E7F is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 127 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.39 |
| HSL | 357.93º | 0.13% | 0.55% | - |
| HSV(B) | 357.93º | 0.19% | 0.61% | - |
| XYZ | 24.81 | 23.42 | 23.29 | - |
| YUV | 134.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 127 | 0 | 0.19 | 0.18 | 0.39 | 357.93 | 0.13 | 0.55 |
| Hex | 9B | 7E | 7F | 0 | 13 | 12 | 27 | 166 | D | 37 |
| Octal | 233 | 176 | 177 | 0 | 23 | 22 | 47 | 546 | 15 | 67 |
| Binary | 10011011 | 1111110 | 1111111 | 0 | 10011 | 10010 | 100111 | 101100110 | 1101 | 110111 |
Color Harmonies of #9B7E7F
Complementary color
Monochromatic Colors of #9B7E7F
Black with #9B7E7F
Text Example
Text Example
White with #9B7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E7F; }
p { color: rgb(155,126,127); }
H1.HeaderClassName
{
color: #9B7E7F;
}
.AnyTagClassName
{
color: #9B7E7F;
}
</style>
background-color css
<style>
a { background-color: #9B7E7F; }
a { background-color: rgb(155,126,127); }
div.DivClassName
{
background-color: #9B7E7F;
}
.BgClassName
{
background-color: #9B7E7F;
}
</style>
border-color css
<style>
span { border-color: #9B7E7F; }
span { border-color: rgb(155,126,127); }
td.TdClassName
{
border-color: #9B7E7F;
}
.TagClassName
{
border-color: #9B7E7F;
}
</style>