Shades of Turkish Rose #99707C
Tints of Turkish Rose #99707C
RGB
CMYK
RGB Variations
Color information
#99707C (or 0x99707C) is known color: Turkish Rose. HEX triplet: 99, 70 and 7C. RGB value is (153,112,124). Sum of RGB (Red+Green+Blue) = 153+112+124=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99707C is #668F83. Grayscale: #7D7D7D. Windows color (decimal): -6721412 or 8155289. OLE color: 8155289.
HSL color Cylindrical-coordinate representation of color #99707C: hue angle of 342.44º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99707C is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 124 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.4 |
| HSL | 342.44º | 0.17% | 0.52% | - |
| HSV(B) | 342.44º | 0.27% | 0.6% | - |
| XYZ | 22.57 | 19.82 | 21.7 | - |
| YUV | 125.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 124 | 0 | 0.27 | 0.19 | 0.4 | 342.44 | 0.17 | 0.52 |
| Hex | 99 | 70 | 7C | 0 | 1B | 13 | 28 | 156 | 11 | 34 |
| Octal | 231 | 160 | 174 | 0 | 33 | 23 | 50 | 526 | 21 | 64 |
| Binary | 10011001 | 1110000 | 1111100 | 0 | 11011 | 10011 | 101000 | 101010110 | 10001 | 110100 |
Color Harmonies of #99707C
Complementary color
Monochromatic Colors of #99707C
Black with #99707C
Text Example
Text Example
White with #99707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99707C; }
p { color: rgb(153,112,124); }
H1.HeaderClassName
{
color: #99707C;
}
.AnyTagClassName
{
color: #99707C;
}
</style>
background-color css
<style>
a { background-color: #99707C; }
a { background-color: rgb(153,112,124); }
div.DivClassName
{
background-color: #99707C;
}
.BgClassName
{
background-color: #99707C;
}
</style>
border-color css
<style>
span { border-color: #99707C; }
span { border-color: rgb(153,112,124); }
td.TdClassName
{
border-color: #99707C;
}
.TagClassName
{
border-color: #99707C;
}
</style>