Shades of Turkish Rose #9B7C7E
Tints of Turkish Rose #9B7C7E
RGB
CMYK
RGB Variations
Color information
#9B7C7E (or 0x9B7C7E) is known color: Turkish Rose. HEX triplet: 9B, 7C and 7E. RGB value is (155,124,126). Sum of RGB (Red+Green+Blue) = 155+124+126=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C7E is #648381. Grayscale: #858585. Windows color (decimal): -6587266 or 8289435. OLE color: 8289435.
HSL color Cylindrical-coordinate representation of color #9B7C7E: hue angle of 356.13º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7C7E is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 126 | - |
| CMYK | 0 | 0.2 | 0.19 | 0.39 |
| HSL | 356.13º | 0.13% | 0.55% | - |
| HSV(B) | 356.13º | 0.2% | 0.61% | - |
| XYZ | 24.49 | 22.89 | 22.87 | - |
| YUV | 133.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 126 | 0 | 0.2 | 0.19 | 0.39 | 356.13 | 0.13 | 0.55 |
| Hex | 9B | 7C | 7E | 0 | 14 | 13 | 27 | 164 | D | 37 |
| Octal | 233 | 174 | 176 | 0 | 24 | 23 | 47 | 544 | 15 | 67 |
| Binary | 10011011 | 1111100 | 1111110 | 0 | 10100 | 10011 | 100111 | 101100100 | 1101 | 110111 |
Color Harmonies of #9B7C7E
Complementary color
Monochromatic Colors of #9B7C7E
Black with #9B7C7E
Text Example
Text Example
White with #9B7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C7E; }
p { color: rgb(155,124,126); }
H1.HeaderClassName
{
color: #9B7C7E;
}
.AnyTagClassName
{
color: #9B7C7E;
}
</style>
background-color css
<style>
a { background-color: #9B7C7E; }
a { background-color: rgb(155,124,126); }
div.DivClassName
{
background-color: #9B7C7E;
}
.BgClassName
{
background-color: #9B7C7E;
}
</style>
border-color css
<style>
span { border-color: #9B7C7E; }
span { border-color: rgb(155,124,126); }
td.TdClassName
{
border-color: #9B7C7E;
}
.TagClassName
{
border-color: #9B7C7E;
}
</style>