Shades of Turkish Rose #9B7B7F
Tints of Turkish Rose #9B7B7F
RGB
CMYK
RGB Variations
Color information
#9B7B7F (or 0x9B7B7F) is known color: Turkish Rose. HEX triplet: 9B, 7B and 7F. RGB value is (155,123,127). Sum of RGB (Red+Green+Blue) = 155+123+127=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B7F is #648480. Grayscale: #858585. Windows color (decimal): -6587521 or 8354715. OLE color: 8354715.
HSL color Cylindrical-coordinate representation of color #9B7B7F: hue angle of 352.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7B7F is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 127 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.39 |
| HSL | 352.5º | 0.14% | 0.55% | - |
| HSV(B) | 352.5º | 0.21% | 0.61% | - |
| XYZ | 24.43 | 22.67 | 23.17 | - |
| YUV | 133.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 127 | 0 | 0.21 | 0.18 | 0.39 | 352.5 | 0.14 | 0.55 |
| Hex | 9B | 7B | 7F | 0 | 15 | 12 | 27 | 160 | E | 37 |
| Octal | 233 | 173 | 177 | 0 | 25 | 22 | 47 | 540 | 16 | 67 |
| Binary | 10011011 | 1111011 | 1111111 | 0 | 10101 | 10010 | 100111 | 101100000 | 1110 | 110111 |
Color Harmonies of #9B7B7F
Complementary color
Monochromatic Colors of #9B7B7F
Black with #9B7B7F
Text Example
Text Example
White with #9B7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B7F; }
p { color: rgb(155,123,127); }
H1.HeaderClassName
{
color: #9B7B7F;
}
.AnyTagClassName
{
color: #9B7B7F;
}
</style>
background-color css
<style>
a { background-color: #9B7B7F; }
a { background-color: rgb(155,123,127); }
div.DivClassName
{
background-color: #9B7B7F;
}
.BgClassName
{
background-color: #9B7B7F;
}
</style>
border-color css
<style>
span { border-color: #9B7B7F; }
span { border-color: rgb(155,123,127); }
td.TdClassName
{
border-color: #9B7B7F;
}
.TagClassName
{
border-color: #9B7B7F;
}
</style>