Shades of Turkish Rose #967D7E
Tints of Turkish Rose #967D7E
RGB
CMYK
RGB Variations
Color information
#967D7E (or 0x967D7E) is known color: Turkish Rose. HEX triplet: 96, 7D and 7E. RGB value is (150,125,126). Sum of RGB (Red+Green+Blue) = 150+125+126=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D7E is #698281. Grayscale: #848484. Windows color (decimal): -6914690 or 8289686. OLE color: 8289686.
HSL color Cylindrical-coordinate representation of color #967D7E: hue angle of 357.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967D7E is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 126 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.41 |
| HSL | 357.6º | 0.11% | 0.54% | - |
| HSV(B) | 357.6º | 0.17% | 0.59% | - |
| XYZ | 23.68 | 22.66 | 22.86 | - |
| YUV | 132.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 126 | 0 | 0.17 | 0.16 | 0.41 | 357.6 | 0.11 | 0.54 |
| Hex | 96 | 7D | 7E | 0 | 11 | 10 | 29 | 166 | B | 36 |
| Octal | 226 | 175 | 176 | 0 | 21 | 20 | 51 | 546 | 13 | 66 |
| Binary | 10010110 | 1111101 | 1111110 | 0 | 10001 | 10000 | 101001 | 101100110 | 1011 | 110110 |
Color Harmonies of #967D7E
Complementary color
Monochromatic Colors of #967D7E
Black with #967D7E
Text Example
Text Example
White with #967D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D7E; }
p { color: rgb(150,125,126); }
H1.HeaderClassName
{
color: #967D7E;
}
.AnyTagClassName
{
color: #967D7E;
}
</style>
background-color css
<style>
a { background-color: #967D7E; }
a { background-color: rgb(150,125,126); }
div.DivClassName
{
background-color: #967D7E;
}
.BgClassName
{
background-color: #967D7E;
}
</style>
border-color css
<style>
span { border-color: #967D7E; }
span { border-color: rgb(150,125,126); }
td.TdClassName
{
border-color: #967D7E;
}
.TagClassName
{
border-color: #967D7E;
}
</style>