Shades of Turkish Rose #96767B
Tints of Turkish Rose #96767B
RGB
CMYK
RGB Variations
Color information
#96767B (or 0x96767B) is known color: Turkish Rose. HEX triplet: 96, 76 and 7B. RGB value is (150,118,123). Sum of RGB (Red+Green+Blue) = 150+118+123=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767B is #698984. Grayscale: #808080. Windows color (decimal): -6916485 or 8091286. OLE color: 8091286.
HSL color Cylindrical-coordinate representation of color #96767B: hue angle of 350.62º 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 #96767B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 123 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.41 |
| HSL | 350.63º | 0.13% | 0.53% | - |
| HSV(B) | 350.63º | 0.21% | 0.59% | - |
| XYZ | 22.63 | 20.87 | 21.57 | - |
| YUV | 128.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 123 | 0 | 0.21 | 0.18 | 0.41 | 350.63 | 0.13 | 0.53 |
| Hex | 96 | 76 | 7B | 0 | 15 | 12 | 29 | 15F | D | 35 |
| Octal | 226 | 166 | 173 | 0 | 25 | 22 | 51 | 537 | 15 | 65 |
| Binary | 10010110 | 1110110 | 1111011 | 0 | 10101 | 10010 | 101001 | 101011111 | 1101 | 110101 |
Color Harmonies of #96767B
Complementary color
Monochromatic Colors of #96767B
Black with #96767B
Text Example
Text Example
White with #96767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96767B; }
p { color: rgb(150,118,123); }
H1.HeaderClassName
{
color: #96767B;
}
.AnyTagClassName
{
color: #96767B;
}
</style>
background-color css
<style>
a { background-color: #96767B; }
a { background-color: rgb(150,118,123); }
div.DivClassName
{
background-color: #96767B;
}
.BgClassName
{
background-color: #96767B;
}
</style>
border-color css
<style>
span { border-color: #96767B; }
span { border-color: rgb(150,118,123); }
td.TdClassName
{
border-color: #96767B;
}
.TagClassName
{
border-color: #96767B;
}
</style>