Shades of Turkish Rose #996C77
Tints of Turkish Rose #996C77
RGB
CMYK
RGB Variations
Color information
#996C77 (or 0x996C77) is known color: Turkish Rose. HEX triplet: 99, 6C and 77. RGB value is (153,108,119). Sum of RGB (Red+Green+Blue) = 153+108+119=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C77 is #669388. Grayscale: #7A7A7A. Windows color (decimal): -6722441 or 7826585. OLE color: 7826585.
HSL color Cylindrical-coordinate representation of color #996C77: hue angle of 345.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996C77 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 119 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.4 |
| HSL | 345.33º | 0.18% | 0.51% | - |
| HSV(B) | 345.33º | 0.29% | 0.6% | - |
| XYZ | 21.83 | 18.83 | 19.94 | - |
| YUV | 122.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 119 | 0 | 0.29 | 0.22 | 0.4 | 345.33 | 0.18 | 0.51 |
| Hex | 99 | 6C | 77 | 0 | 1D | 16 | 28 | 159 | 12 | 33 |
| Octal | 231 | 154 | 167 | 0 | 35 | 26 | 50 | 531 | 22 | 63 |
| Binary | 10011001 | 1101100 | 1110111 | 0 | 11101 | 10110 | 101000 | 101011001 | 10010 | 110011 |
Color Harmonies of #996C77
Complementary color
Monochromatic Colors of #996C77
Black with #996C77
Text Example
Text Example
White with #996C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C77; }
p { color: rgb(153,108,119); }
H1.HeaderClassName
{
color: #996C77;
}
.AnyTagClassName
{
color: #996C77;
}
</style>
background-color css
<style>
a { background-color: #996C77; }
a { background-color: rgb(153,108,119); }
div.DivClassName
{
background-color: #996C77;
}
.BgClassName
{
background-color: #996C77;
}
</style>
border-color css
<style>
span { border-color: #996C77; }
span { border-color: rgb(153,108,119); }
td.TdClassName
{
border-color: #996C77;
}
.TagClassName
{
border-color: #996C77;
}
</style>