Shades of Turkish Rose #96737A
Tints of Turkish Rose #96737A
RGB
CMYK
RGB Variations
Color information
#96737A (or 0x96737A) is known color: Turkish Rose. HEX triplet: 96, 73 and 7A. RGB value is (150,115,122). Sum of RGB (Red+Green+Blue) = 150+115+122=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96737A is #698C85. Grayscale: #7E7E7E. Windows color (decimal): -6917254 or 8024982. OLE color: 8024982.
HSL color Cylindrical-coordinate representation of color #96737A: hue angle of 348º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96737A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 122 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.41 |
| HSL | 348º | 0.14% | 0.52% | - |
| HSV(B) | 348º | 0.23% | 0.59% | - |
| XYZ | 22.22 | 20.15 | 21.13 | - |
| YUV | 126.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 122 | 0 | 0.23 | 0.19 | 0.41 | 348 | 0.14 | 0.52 |
| Hex | 96 | 73 | 7A | 0 | 17 | 13 | 29 | 15C | E | 34 |
| Octal | 226 | 163 | 172 | 0 | 27 | 23 | 51 | 534 | 16 | 64 |
| Binary | 10010110 | 1110011 | 1111010 | 0 | 10111 | 10011 | 101001 | 101011100 | 1110 | 110100 |
Color Harmonies of #96737A
Complementary color
Monochromatic Colors of #96737A
Black with #96737A
Text Example
Text Example
White with #96737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96737A; }
p { color: rgb(150,115,122); }
H1.HeaderClassName
{
color: #96737A;
}
.AnyTagClassName
{
color: #96737A;
}
</style>
background-color css
<style>
a { background-color: #96737A; }
a { background-color: rgb(150,115,122); }
div.DivClassName
{
background-color: #96737A;
}
.BgClassName
{
background-color: #96737A;
}
</style>
border-color css
<style>
span { border-color: #96737A; }
span { border-color: rgb(150,115,122); }
td.TdClassName
{
border-color: #96737A;
}
.TagClassName
{
border-color: #96737A;
}
</style>