Shades of Turkish Rose #96767C
Tints of Turkish Rose #96767C
RGB
CMYK
RGB Variations
Color information
#96767C (or 0x96767C) is known color: Turkish Rose. HEX triplet: 96, 76 and 7C. RGB value is (150,118,124). Sum of RGB (Red+Green+Blue) = 150+118+124=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767C is #698983. Grayscale: #808080. Windows color (decimal): -6916484 or 8156822. OLE color: 8156822.
HSL color Cylindrical-coordinate representation of color #96767C: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96767C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 124 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.41 |
| HSL | 348.75º | 0.13% | 0.53% | - |
| HSV(B) | 348.75º | 0.21% | 0.59% | - |
| XYZ | 22.69 | 20.9 | 21.91 | - |
| YUV | 128.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 124 | 0 | 0.21 | 0.17 | 0.41 | 348.75 | 0.13 | 0.53 |
| Hex | 96 | 76 | 7C | 0 | 15 | 11 | 29 | 15D | D | 35 |
| Octal | 226 | 166 | 174 | 0 | 25 | 21 | 51 | 535 | 15 | 65 |
| Binary | 10010110 | 1110110 | 1111100 | 0 | 10101 | 10001 | 101001 | 101011101 | 1101 | 110101 |
Color Harmonies of #96767C
Complementary color
Monochromatic Colors of #96767C
Black with #96767C
Text Example
Text Example
White with #96767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96767C; }
p { color: rgb(150,118,124); }
H1.HeaderClassName
{
color: #96767C;
}
.AnyTagClassName
{
color: #96767C;
}
</style>
background-color css
<style>
a { background-color: #96767C; }
a { background-color: rgb(150,118,124); }
div.DivClassName
{
background-color: #96767C;
}
.BgClassName
{
background-color: #96767C;
}
</style>
border-color css
<style>
span { border-color: #96767C; }
span { border-color: rgb(150,118,124); }
td.TdClassName
{
border-color: #96767C;
}
.TagClassName
{
border-color: #96767C;
}
</style>