Shades of Turkish Rose #967A7B
Tints of Turkish Rose #967A7B
RGB
CMYK
RGB Variations
Color information
#967A7B (or 0x967A7B) is known color: Turkish Rose. HEX triplet: 96, 7A and 7B. RGB value is (150,122,123). Sum of RGB (Red+Green+Blue) = 150+122+123=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A7B is #698584. Grayscale: #828282. Windows color (decimal): -6915461 or 8092310. OLE color: 8092310.
HSL color Cylindrical-coordinate representation of color #967A7B: hue angle of 357.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A7B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 123 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.41 |
| HSL | 357.86º | 0.12% | 0.53% | - |
| HSV(B) | 357.86º | 0.19% | 0.59% | - |
| XYZ | 23.11 | 21.83 | 21.73 | - |
| YUV | 130.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 123 | 0 | 0.19 | 0.18 | 0.41 | 357.86 | 0.12 | 0.53 |
| Hex | 96 | 7A | 7B | 0 | 13 | 12 | 29 | 166 | C | 35 |
| Octal | 226 | 172 | 173 | 0 | 23 | 22 | 51 | 546 | 14 | 65 |
| Binary | 10010110 | 1111010 | 1111011 | 0 | 10011 | 10010 | 101001 | 101100110 | 1100 | 110101 |
Color Harmonies of #967A7B
Complementary color
Monochromatic Colors of #967A7B
Black with #967A7B
Text Example
Text Example
White with #967A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A7B; }
p { color: rgb(150,122,123); }
H1.HeaderClassName
{
color: #967A7B;
}
.AnyTagClassName
{
color: #967A7B;
}
</style>
background-color css
<style>
a { background-color: #967A7B; }
a { background-color: rgb(150,122,123); }
div.DivClassName
{
background-color: #967A7B;
}
.BgClassName
{
background-color: #967A7B;
}
</style>
border-color css
<style>
span { border-color: #967A7B; }
span { border-color: rgb(150,122,123); }
td.TdClassName
{
border-color: #967A7B;
}
.TagClassName
{
border-color: #967A7B;
}
</style>