Shades of Turkish Rose #967D7F
Tints of Turkish Rose #967D7F
RGB
CMYK
RGB Variations
Color information
#967D7F (or 0x967D7F) is known color: Turkish Rose. HEX triplet: 96, 7D and 7F. RGB value is (150,125,127). Sum of RGB (Red+Green+Blue) = 150+125+127=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D7F is #698280. Grayscale: #848484. Windows color (decimal): -6914689 or 8355222. OLE color: 8355222.
HSL color Cylindrical-coordinate representation of color #967D7F: hue angle of 355.2º 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 #967D7F is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 127 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.41 |
| HSL | 355.2º | 0.11% | 0.54% | - |
| HSV(B) | 355.2º | 0.17% | 0.59% | - |
| XYZ | 23.74 | 22.68 | 23.21 | - |
| YUV | 132.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 127 | 0 | 0.17 | 0.15 | 0.41 | 355.2 | 0.11 | 0.54 |
| Hex | 96 | 7D | 7F | 0 | 11 | F | 29 | 163 | B | 36 |
| Octal | 226 | 175 | 177 | 0 | 21 | 17 | 51 | 543 | 13 | 66 |
| Binary | 10010110 | 1111101 | 1111111 | 0 | 10001 | 1111 | 101001 | 101100011 | 1011 | 110110 |
Color Harmonies of #967D7F
Complementary color
Monochromatic Colors of #967D7F
Black with #967D7F
Text Example
Text Example
White with #967D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D7F; }
p { color: rgb(150,125,127); }
H1.HeaderClassName
{
color: #967D7F;
}
.AnyTagClassName
{
color: #967D7F;
}
</style>
background-color css
<style>
a { background-color: #967D7F; }
a { background-color: rgb(150,125,127); }
div.DivClassName
{
background-color: #967D7F;
}
.BgClassName
{
background-color: #967D7F;
}
</style>
border-color css
<style>
span { border-color: #967D7F; }
span { border-color: rgb(150,125,127); }
td.TdClassName
{
border-color: #967D7F;
}
.TagClassName
{
border-color: #967D7F;
}
</style>